Getting weather for specific loction using the 2 APIs as endboints through Nodejs mapbox.com and openweathermap.org
- Get Weatehr based on the location name
const yargs = require('yargs')
const notes = require('./notes.js')
Run for Development
npm run dev
Run for Start
npm run Start
Clone the project
git clone https://github.com/Ahmedsafwat101/Weather-App.git
Go to the project directory
cd weather-app
Install dependencies
npm install
Start the server
npm run dev or npm run start
"dependencies": {
"express": "^4.16.4",
"hbs": "^4.0.1",
"request": "^2.88.2"
},
"devDependencies": {
"nodemon": "^2.0.12"
}