Hetvi2512 / react-weather

Weather that's easy on the eyes

Home Page:https://react-weather.denniskigen.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-weather build Deployment status Coverage Status

A simple React weather app that displays weather information from the OpenWeatherMap API. See it live here.

Home page

Getting started

  • Sign up over at openweathermap.org to get an API key.
  • Fork the project and clone it locally.
  • Create a file at the root of the project called .env.local with the following contents:
REACT_APP_API_URL = 'https://api.openweathermap.org/data/2.5'
REACT_APP_API_KEY = The API key you obtained from openweathermap.org
REACT_APP_ICON_URL = 'https://openweathermap.org/img/w'

Buy Me A Coffee

About

Weather that's easy on the eyes

https://react-weather.denniskigen.com/

License:MIT License


Languages

Language:JavaScript 97.6%Language:HTML 2.4%Language:CSS 0.1%