/Weather-app

A simple application to test the usage of the OpenWeatherMaps API and fetch any city's weather using Node.js

Primary LanguageJavaScript

Weather-app

A simple application to test the usage of the OpenWeatherMaps API and fetch any city's weather using Node.js

Steps to run the website:

  1. Open Hyper terminal
  2. npm i express body-parser
  3. npm init
  4. nodemon app.js
  5. Open localhost:3000 and run the website!

Website Implementation:

Enter the city name: Example- PARIS


Capture1

Output: Weather Description for the city


Capture2