Skip to content

hexmod/covid-graphs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid Graphs

A micro-site for showing the latest Covid Data in your area. All data is retrieved from the UK Government Covid-19 API.

The site can be viewed here

Development

For local development, a web server is required. This can be achieved using Python 3 by running:

python -m http.server 8000 --bind 127.0.0.1

The site is then accessible at localhost:8000