Escobot is a microservice-based slack bot.
This microservice gives the current time for a given city.
It is intended to be used as a template for other microservices.
# install dependencies
npm install
# run the application
npm run start
# run the tests (needs eslint installed globally)
npm run test
Take a look at the Wiki.