Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lb-lewisham/covid-dashboard
A COVID-19 dashboard for the London Borough of Lewisham
https://github.com/lb-lewisham/covid-dashboard
Last synced: 11 days ago
JSON representation
A COVID-19 dashboard for the London Borough of Lewisham
- Host: GitHub
- URL: https://github.com/lb-lewisham/covid-dashboard
- Owner: lb-lewisham
- License: agpl-3.0
- Created: 2022-01-14T12:47:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T13:07:49.000Z (over 1 year ago)
- Last Synced: 2023-05-16T14:26:23.631Z (over 1 year ago)
- Language: Jinja
- Homepage: https://lewisham.gov.uk/myservices/coronavirus-covid-19/covid-19-statistics-for-lewisham
- Size: 4.81 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# covid-dashboard
A COVID-19 dashboard for the London Borough of Lewisham, hosted on Github Pages.
This fetches daily coronavirus case numbers for Lewisham from the U.K. Coronavirus Dashboard API:
https://coronavirus.data.gov.uk/details/developers-guide/main-apiUpdates are scheduled as Github Actions, and the resulting documents are published to the Git branch `gh-pages`, where they can be published via Github Pages.
To serve Github Pages on a custom domain, create a new repository secret called `PAGES_CNAME` and set its value to the name of your custom domain, such as `example.com`. This will generate a CNAME file in the `gh-pages` branch during every refresh. Manually trigger the Github Action if needed to generate this file for the first time, then enable your custom domain in your project's Github Pages settings.