BhavyaCodes / weather-app-nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use -

$ node app.js "new york"
$ node app.js paris

module for request - postman-request

request is deprecated (but still works)

apikey.js

module.exports  =  {

	weatherKey:weatherKey,

	mapBoxKey:mapAccessToken

}

module for request - postman-request

request is deprecated (but still works)

APIs used -

  • weatherstack.com
  • mapbox.com

About


Languages

Language:JavaScript 100.0%