Skip to content

mariann03/forecast-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forecast app

Forecast app provides a national and local weather forecast for cities built with React and deployed in glitch

Demo

Instructions to deploy locally

Prequisites

before starting make sure to have installed:

  • node 12.x
  • yarn (optional)

Setting up environment (Important!)

to run this project locally, you will need to set this two API keys in your .env file

REACT_APP_WEATHER_API_KEY=[YOUR_OPENWEATHERMAP_API_KEY](openweathermap.org)
REACT_APP_CITIES_API_KEY=[YOUR_HERE_API_KEY](https://developer.here.com/)

Runinig the app

  1. in ./app directory run yarn or npm i
  2. then run yarn run dev or npm run dev
  3. enter to localhost:3000

and that's it, enjoy!

About

Forecast app provides a national and local weather forecast for cities built with React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published