Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Commit

Permalink
create dev branch
Browse files Browse the repository at this point in the history
isjeffcom committed Mar 11, 2020
1 parent b9bc539 commit 8926f4f
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ A live COVID-19 data scraper API provide function with history, and confirmed ca
[API Geolocation](https://coronauk.isjeff.com/locations "API Geolocation") <br>
[Web Example](https://coronauk.isjeff.com/visual "Web Example") <br>

(both http and https are useable)
(HTTPS/SSL available)

## Getting Started

14 changes: 12 additions & 2 deletions robot.js
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ const { addSlashes } = require('slashes');
const struct = require('./struct.js')


var figure = [
const figure = [
{
source: "NHS",
link: "https://www.gov.uk/guidance/coronavirus-covid-19-information-for-the-public",
@@ -52,7 +52,7 @@ var figure = [
}
]

var areaData = [
const areaData = [
{
name: "england",
link: "https://www.gov.uk/government/publications/coronavirus-covid-19-number-of-cases-in-england/coronavirus-covid-19-number-of-cases-in-england",
@@ -62,6 +62,16 @@ var areaData = [
name: "scotland",
link: "https://www.gov.scot/coronavirus-covid-19/",
id: "overview"
},
{
name: "wales",
link: "https://www.gov.scot/coronavirus-covid-19/",
id: "overview"
},
{
name: "northernIreland",
link: "https://www.gov.scot/coronavirus-covid-19/",
id: "overview"
}
]

0 comments on commit 8926f4f

Please sign in to comment.