Skip to content

richardgiddings/metoffice-3hourlyforecast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

A React app that gets a UK 3 hourly forecast for a specified location from http://www.metoffice.gov.uk/datapoint/.

Currently I am displaying Temperature, 'feels like' temperature, UV Index and precipitation probablity in a table for each day of the five day forecast.

Alt text

How it works:

To compile:

  • Run npm run build or npm start depending on requirements.

To run:

  • Include the bundle.js on your HTML page.

Problems:

  • The API key is out in the open for anyone to read. For anything other than a personal application the calls should probably be made server-side.

About

A React app that gets a UK 3 hourly forecast for a specified location from http://www.metoffice.gov.uk/datapoint/

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published