Weather App

Getting weather for specific loction using the 2 APIs as endboints through Nodejs mapbox.com and openweathermap.org

Hosted Website

Live

Badges

MIT License

Features

  • Get Weatehr based on the location name

Tech Stack



Usage/Examples

const yargs = require('yargs')
const notes = require('./notes.js')

Run for Development

npm run dev 

Run for Start

npm run Start 

Run Locally

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

 "dependencies": {
    "express": "^4.16.4",
    "hbs": "^4.0.1",
    "request": "^2.88.2"
  },
  "devDependencies": {
    "nodemon": "^2.0.12"
  }