Skip to content

This is a weather web app developed using react ,OpenWeatherMap API and Geoapify API

Notifications You must be signed in to change notification settings

edgarAndrew/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Weather App

screenshot

This is a weather web app developed using react OpenWeather API is used to get the weather info and Geoapify API is used for address autocomplete

Getting Started

First you need an API key from OpenWeatherMap and GeoApify, you can get one by creating an account on their website. 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 respected API Keys.

REACT_APP_WEATHER_API_KEY1=(Open weather api key)
REACT_APP_WEATHER_API_KEY2=(Geoapify api key)

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

git clone https://github.com/{username}/reactweather.git
cd weather-app
npm install
npm start

Credits

OpenWeatherMap (Weather data API)
GeoApify (Geoapify address autocomplete API) Erik Flowers (Weather icons API)

About

This is a weather web app developed using react ,OpenWeatherMap API and Geoapify API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published