Skip to content

A weather application using the OpenWeatherMap API and GeoDB API with places autocomplete

Notifications You must be signed in to change notification settings

Himanshu8862/react-weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Weather App

Build with React, uses two APIs

Features

  • Get current weather of any city with population over 100k
  • Get available forecast for next 7 days

Run Locally

Clone the project

git clone https://github.com/Himanshu8862/react-weather-app.git
cd react-weather-app

Environment Variables

To run this project, add the following environment variables to .env file

REACT_APP_GEODB_API_KEY , REACT_APP_OPEN_WEATHER_API_KEY

Install dependencies and start development server

cd react-weather-app
npm i
npm start

About

A weather application using the OpenWeatherMap API and GeoDB API with places autocomplete

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published