-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
47bd440
commit 711ca8f
Showing
34 changed files
with
4,712 additions
and
1,098 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,72 @@ | ||
const apiKeysDaily = [ | ||
MAIN_KEYS | ||
'd94bcd435b62a031771c35633f9f310a', | ||
'3b833dcd6aac36124a8a30e182224427', | ||
'dd1571a8ad3fd44555e8a5d66db01929', | ||
'82005d27a116c2880c8f0fcb866998a0', | ||
'279b4be6d54c8bf6ea9b12275a567156', | ||
'7a02a834570055b013f9a14fd1b712ed', | ||
'20f7632ffc2c022654e4093c6947b4f4', | ||
'6557810176c36fac5f0db536711a6c52', | ||
'b190a0605344cc4f3af08d0dd473dd25', | ||
'b02af426a3fad0d92d3e0b32f9324cf0', | ||
'392345e23d1613d56dad9cba63084b9c', | ||
'6841e5450643e5d4ff59981dbf58944e' | ||
|
||
]; | ||
|
||
|
||
const apiKeysAlerts = [ | ||
MAIN_KEYS | ||
'd94bcd435b62a031771c35633f9f310a', | ||
'3b833dcd6aac36124a8a30e182224427', | ||
'dd1571a8ad3fd44555e8a5d66db01929', | ||
'82005d27a116c2880c8f0fcb866998a0', | ||
'279b4be6d54c8bf6ea9b12275a567156', | ||
'7a02a834570055b013f9a14fd1b712ed', | ||
'20f7632ffc2c022654e4093c6947b4f4', | ||
'6557810176c36fac5f0db536711a6c52', | ||
'b190a0605344cc4f3af08d0dd473dd25', | ||
'b02af426a3fad0d92d3e0b32f9324cf0', | ||
'392345e23d1613d56dad9cba63084b9c', | ||
'6841e5450643e5d4ff59981dbf58944e' | ||
]; | ||
|
||
const apiKeysCityName = [ | ||
MAIN_KEYS | ||
'7147cfac7299479da122684c73d9b80a', | ||
'09713ffe266c4dfa99b98157dfd148f9', | ||
'66f9ad95f6704259a376949eaa659e62', | ||
'0c2f2f52e0ac4212b663d878a673328f', | ||
'd53acf46573c48e3be81683402f2be93' | ||
|
||
]; | ||
|
||
const apiKeysGeo = [ | ||
MAIN_KEYS | ||
'7147cfac7299479da122684c73d9b80a', | ||
'09713ffe266c4dfa99b98157dfd148f9', | ||
'66f9ad95f6704259a376949eaa659e62', | ||
'0c2f2f52e0ac4212b663d878a673328f', | ||
'd53acf46573c48e3be81683402f2be93' | ||
]; | ||
|
||
const apiKeysVisual = [ | ||
MAIN_KEYS | ||
'VGU8JQ9FQKP86FNHZRJEALTLH', | ||
'XX6JNDK3D97HKE93N9J75BTXU', | ||
'4KMES28T2K3PXBCXTNYZCZFW8', | ||
'VLK2ZUD6XT4872PBVQT7FCJ92', | ||
'CZ6BMMP5QEZQTLT45YVM9YJ5D', | ||
'2U6VP2EF5WD6ZXEAA7V5G6H7R', | ||
'7VXHK5K23FZAZEA8QGGPYM6NE', | ||
'8DADTJ5YHGASWH7QFBNVXVUMD' | ||
]; | ||
|
||
|
||
const astronomyApiKeys = [ | ||
MAIN_KEYS | ||
'63a7210d2b104646a1099d5ba223d221', | ||
'4c502232671d48699afaf3b2741db4a4', | ||
'3dba64be2889483880c8534a81b5287e', | ||
'a44390988cdb4d66a2e73d952cea14de', | ||
'4545085e4d474639ab84961437736aef', | ||
'45138b014170468889660331ec52f156', | ||
'033158c54bf547a58ec44e6b7f5dc1f2', | ||
'8e982325202c43ab8ff4e2434af4b2bc', | ||
'5862f00bef2a49dbb8d96579e4d2bbee' | ||
]; |
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
Oops, something went wrong.