/WeatherApp

Everyone has done it once so here is my weather app

Primary LanguageTypeScript

WeatherApp

Showcase

showcase img

Installation & Run

git clone git@github.com:PeacefulOtter/WeatherApp.git

You will need to create a .env file located in /server/src and add the following keys:

  • WEATHER_API_KEY=XXX
  • GEOCODE_API_KEY=XXX

These API keys can be created here, both are free:

Finally:

cd client
npm install
npm start
cd server
npm install
npm start