Nestbot - A chatbot in development to answer most of the home related queries like latest news updates from about 70 news sources, get weather information etc. Built on Wit.ai, Nodejs and FB-Messenger functionality.
- Open Terminal
- Execute
npm install
- Execute
npm install --save hackernews-api
- Execute
npm install --save node-wit
- Edit the config.js with your api values
- Start the server with
node nestbot.js
- Please follow https://wit.ai/docs for a quickstart.
- How's the weather in Chicago?
- News updates -> next
- Still more to come...