Skip to content

zetraison/es6-weather-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

es6-weather-service

Weather web service has implemented by React.js and using openWeatherMap.org api services.

Build

Install dependencies

npm install

Start dev server

npm run start

Build in production mode

npm run build