SaeedBashar / all-weather

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

All Weather

View Demo

Features

  • Weather forecast for any city or place
  • Extended 7 days forecast
  • Conversion from Celcius to Fahrenheit conversion and vice versa
  • Dark Mode

Getting Started

You need to get an API key from OpenWeatherMap by creating an account. After you got your API key, create a .env file at root directory of project, copy the line below to the file and replace YOUR_KEY with your OpenWeatherMap API Key.

REACT_APP_OPENWEATHER_URL = https://api.openweathermap.org/data/2.5
REACT_APP_OPENWEATHER_KEY = API_KEY

Finally clone this repository, install dependencies and run the local server

git clone https://github.com/SaeedBashar/all-weather.git
cd all-weather
npm install
npm start

Credits

OpenWeatherMap (Weather data API)

About


Languages

Language:TypeScript 55.8%Language:SCSS 36.8%Language:HTML 4.2%Language:CSS 3.3%