GitXplorerGitXplorer
b

node-topics-classifier

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
e8f619523bf9f4f197ac09d131ea2b79aaa1c63e

Update package.json

bbennycode committed 7 years ago
Unverified
4179750ab3cfce37c401e230c6d96f9dea4e220d

Initial commit

bbennycode committed 8 years ago

README

The README file for this repository.

node-topics-classifier

A Node.js app using uClassify to assign topics to words.

This application was built using the "Getting Started with Node on Heroku" article - check it out.

Running Locally

Make sure you have Node.js and the Heroku Toolbelt installed.

npm install
npm start

The app should now be running on localhost:5000. Word categorization is done by visiting a URL with the following scheme: localhost:5000/recognize/your-word.

Example

Calling "http://localhost:5000/recognize/macbook" will result in "Computers".

Deploying to Heroku

heroku create
git push heroku master
heroku open

or

Deploy to Heroku

Documentation

For more information about using Node.js on Heroku, see these Dev Center articles: