React's weather forecast application using OpenWeatherMap API
react-weather-forecast
React's weather forecast application using OpenWeatherMap API.
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
.