SYMBOL INDEX (23 symbols across 5 files) FILE: scripts/Scraper.js class Scraper (line 4) | class Scraper { method constructor (line 5) | constructor() { method fetchTimeSeries (line 18) | async fetchTimeSeries() { method parseCSV (line 72) | parseCSV(url) { method getConfirmedCases (line 91) | getConfirmedCases() { method getRecovered (line 97) | getRecovered() { method getDeaths (line 103) | getDeaths() { FILE: scripts/action.js function run (line 7) | async function run() { FILE: src/app.js function init (line 26) | function init() { function polygonFromCenter (line 84) | function polygonFromCenter(center, radius=0.5, num=10) { function getCases (line 94) | async function getCases() { function updateCounters (line 129) | function updateCounters() { function updatePolygonsData (line 152) | function updatePolygonsData() { function updatePointOfView (line 175) | async function updatePointOfView() { FILE: src/constants.js constant GLOBE_IMAGE_URL (line 1) | const GLOBE_IMAGE_URL = constant BACKGROUND_IMAGE_URL (line 3) | const BACKGROUND_IMAGE_URL = constant GEOJSON_URL (line 5) | const GEOJSON_URL = constant GEOJSON_URL2 (line 7) | const GEOJSON_URL2 = constant CASES_API (line 9) | const CASES_API = FILE: src/utils/index.js function request (line 3) | async function request(url) { function getCoordinates (line 13) | async function getCoordinates() { function numberWithCommas (line 28) | function numberWithCommas(x) { function formatDate (line 32) | function formatDate(date, format = 'MMMM D, YYYY') {