Skip to content

ihor-melnyk1/weather-forecast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Forecast React App

To run project locally:

Open the project directory and run:

npm install

Create .env file in the root directory. In this file, create 3 environment variables:

REACT_APP_WEATHER_API_HOST=https://api.openweathermap.org/data/2.5

REACT_APP_IMG_HOST=https://openweathermap.org

REACT_APP_WEATHER_API_KEY=Your API key

You can get API key at OpenWeather

Then run

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published