Skip to content

saksham-koul/WeatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeatherApp

An online web application that shows current weather of a location, with the option of toggling between Celsius and Fahrenheit scales.

Check it out here

APIs used -

How to use the app -

  1. Clone the repository.
  2. Relocate to the directory containing the cloned repository.
  3. Install the necessary NPM packages as specified in package.json
  4. Create accounts on MapBox and Weatherstack to obtain your own API keys.
  5. Save these API keys in a .env file in the same directory as the cloned repo.
  6. Run node src/app.js on the terminal.
  7. Open your browser and punch localhost:3000 in the search bar.
  8. Enjoy using the app!

Weather-sample-fahrenheit

Weather-sample-celsius