saiwolf / react-weather

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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-weather CircleCI codecov Netlify Status

A simple React weather app that displays weather information from the OpenWeatherMap API.

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'

About

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

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

License:GNU General Public License v3.0


Languages

Language:JavaScript 97.1%Language:HTML 2.9%