Skip to content

paulwalczewski/weather-forecast-react-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React 5-day weather forecast component

Component based on http://openweathermap.org API.

Demo: http://weather-forecast-react.musicrecon.com/

dev process

  1. clone the repo
  2. cd to project
  3. run 'npm install'
  4. run 'npm start' for dev build
  5. run 'npm run build' for production build

component usage

Component uses http://openweathermap.org/ API to retrieve forecast data.

<WeatherForecast
  apiKey="your openweathermap.org api key here"
  city="London"
  country="GB" />

todo:

  • export as npm plugin

About

5 days weather forecast React component, based on http://openweathermap.org/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published