This project demostrates use of resilient microservices using NodeJS. it makes use of following google APIs for geocoding
moment for date formatting
superagent for http requests
slack APIs
wit APIs for natural language processing.
It creates and connects to slackBOT and depending on intent (time, location) responds to queries such as 'ani,what's the time in Berlin?', 'ani, How's the weather in Sydney?' We can easily extend this to create other microservices.
Guide users through getting your code up and running on their own system. In this section you can talk about:
1 Installation proces
node ./commsBOT/bin/run.js
2 Software dependencies
superagent, slack SDK, express
3 Latest releases
4 API references
It uses slack run time messaging API
TODO: Describe and show how to build your code and run the tests.
TODO: Explain how other users and developers can contribute to make your code better.
If you want to learn more about creating good readme files then refer the following guidelines. You can also seek inspiration from the below readme files: