Skip to content

IvanTurashov/react-weather-forecast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-weather-forecast

React's weather forecast application using OpenWeatherMap API. Demo

Getting started

Instructions for running and using the application.

Prerequisites

You need to install (example of software that I used).

  • node v8.9.4
  • npm v6.1.0

Tested in browsers: Chrome, Mozilla, Edge, Safari.

Installing and start

npm i
npm start

Application will run on 0.0.0.0:3000 for testing on other device. Should be replaced by localhost:3000.

Production

npm run build

Build will be located in the directory ./static.

About

React's weather forecast application using OpenWeatherMap API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published