Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Fixed a broken link to the Abidin Durdu GitHub profile and speeded up fetching the JSON source code.tar.gz | 2024-10-16 | 1.5 MB | |
Fixed a broken link to the Abidin Durdu GitHub profile and speeded up fetching the JSON source code.zip | 2024-10-16 | 1.5 MB | |
README.md | 2024-10-16 | 190 Bytes | |
Totals: 3 Items | 2.9 MB | 0 |
So, I've speeded up fetching the JSON by using response.json()
instead of response.text()
and then JSON.parse()
, and I've also fixed a broken link to the Abidin Durdu's GitHub profile.