-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up the scripts to pull events data and fix lint errors
- Loading branch information
Showing
5 changed files
with
160 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
'use strict' | ||
|
||
module.exports = { | ||
EG: 'Africa', | ||
ES: 'Africa', | ||
KE: 'Africa', | ||
MA: 'Africa', | ||
MU: 'Africa', | ||
NG: 'Africa', | ||
ZA: 'Africa', | ||
AE: 'Asia', | ||
BD: 'Asia', | ||
CN: 'Asia', | ||
HK: 'Asia', | ||
ID: 'Asia', | ||
IL: 'Asia', | ||
IN: 'Asia', | ||
LB: 'Asia', | ||
JP: 'Asia', | ||
KR: 'Asia', | ||
LK: 'Asia', | ||
NP: 'Asia', | ||
PH: 'Asia', | ||
RU: 'Asia', | ||
SA: 'Asia', | ||
TH: 'Asia', | ||
TW: 'Asia', | ||
VN: 'Asia', | ||
AT: 'Europe', | ||
BE: 'Europe', | ||
BY: 'Europe', | ||
CH: 'Europe', | ||
CZ: 'Europe', | ||
DE: 'Europe', | ||
DK: 'Europe', | ||
EE: 'Europe', | ||
FI: 'Europe', | ||
FR: 'Europe', | ||
GB: 'Europe', | ||
GH: 'Europe', | ||
GR: 'Europe', | ||
HR: 'Europe', | ||
HU: 'Europe', | ||
IE: 'Europe', | ||
IS: 'Europe', | ||
IT: 'Europe', | ||
LT: 'Europe', | ||
LU: 'Europe', | ||
ME: 'Europe', | ||
MT: 'Europe', | ||
NL: 'Europe', | ||
NO: 'Europe', | ||
PL: 'Europe', | ||
PT: 'Europe', | ||
RO: 'Europe', | ||
RS: 'Europe', | ||
SE: 'Europe', | ||
SI: 'Europe', | ||
SK: 'Europe', | ||
TR: 'Europe', | ||
UA: 'Europe', | ||
CA: 'North America', | ||
US: 'North America', | ||
AR: 'Latin America', | ||
BR: 'Latin America', | ||
CL: 'Latin America', | ||
CO: 'Latin America', | ||
DO: 'Latin America', | ||
EC: 'Latin America', | ||
GT: 'Latin America', | ||
MX: 'Latin America', | ||
PA: 'Latin America', | ||
PE: 'Latin America', | ||
UY: 'Latin America', | ||
VE: 'Latin America', | ||
AU: 'South Pacific', | ||
NZ: 'South Pacific', | ||
SG: 'South Pacific' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters