Skip to content

KBPsystem777/web-weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-weather-app

This is the web version of https://github.com/KBPsystem777/nodejs-weather-app

Collects the current weather temperature in Celsius of a certain city, based on user input. Data is being collected from OpenWeatherMap API

How to run the app

Clone the repo, point to the directory and enter the following:

  • > npm install
  • > node server.js
  • Open your browser to: localhost:3000