Asynchronous node.js application using callback functions with express and handlebars
Example of an asynchronous node.js application, use of handlebars and express
Install the dependencies before start:
$ cd async-node-express-hbs
$ sudo npm install
Before you start the application you need to create an account in:
This API’s are used to get realtime data to the application. After that you need to set the keys in the app.properties file using the variables weatherstack.key & mapbox.key
$ npm start