Skip to content
This repository has been archived by the owner on Mar 19, 2020. It is now read-only.
/ weather Public archive

A little React app using Create React App to show London's weather from the OpenWeatherMap 5 day weather forecast API.

Notifications You must be signed in to change notification settings

benpickles/weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather

Build Status

A little React app using Create React App to show London's weather from the OpenWeatherMap 5 day weather forecast API.

View the app.

TODO

  • Fix times: I'm guessing they should be 00:00, 03:00, 06:00 etc instead of 01:00, 04:00, 07:00 etc.
  • Show rain, wind, and cloud (and snow etc).
  • Drive the time/date selection by scrolling the list.
  • Replace placeholder graphics.
  • Choose a city/lat-lon/etc.
  • Offline-capability via Service Workers.

Development

To build your own version first install the project's dependencies:

$ yarn install

Then start a local development server with:

$ yarn start

About

A little React app using Create React App to show London's weather from the OpenWeatherMap 5 day weather forecast API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published