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.
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
.
Calling "http://localhost:5000/recognize/macbook" will result in "Computers".
heroku create
git push heroku master
heroku open
or
For more information about using Node.js on Heroku, see these Dev Center articles: