aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-29rename minion_count to unique_minionsmat
2021-04-28remove some debug stuffmat
2021-04-28Bump @types/node from 14.14.41 to 15.0.0 (#16)dependabot-preview[bot]
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.41 to 15.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: mat <27899617+mat-1@users.noreply.github.com>
2021-04-27Add minion_count leaderboard (#15)mat
* add minion count leaderboard * fix error that happens sometimes * Update index.js
2021-04-27Total leaderboards leaderboard (#13)mat
* add leaderboards leaderboard * slightly optimize fetchPlayer to not unnecessarily fetch the same player twice * Compiled TS into JS * fix errors with fetch * fix random bugs that made people disappear from leaderboards * Update hypixelCached.js
2021-04-27Compiled TS into JSmat-1
2021-04-27Add unit tests (#12)mat
* start adding unit tests * add more to test/data/mojang.json * fix sending http requests in tests when it shouldn't * add a few more tests * try to add a github action to run tests * Update test.yml
2021-04-23Bump @types/node from 14.14.28 to 14.14.41 (#8)dependabot-preview[bot]
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.28 to 14.14.41. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: mat <27899617+mat-1@users.noreply.github.com>
2021-04-23Bump prismarine-nbt from 1.4.0 to 1.5.0 (#9)dependabot-preview[bot]
Bumps [prismarine-nbt](https://github.com/prismarinejs/prismarine-nbt) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/prismarinejs/prismarine-nbt/releases) - [Changelog](https://github.com/PrismarineJS/prismarine-nbt/blob/master/HISTORY.md) - [Commits](https://github.com/prismarinejs/prismarine-nbt/compare/1.4.0...1.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-04-23Bump @types/mongodb from 3.6.8 to 3.6.12 (#10)dependabot-preview[bot]
Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.6.8 to 3.6.12. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-04-23Bump mongodb from 3.6.4 to 3.6.6 (#11)dependabot-preview[bot]
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 3.6.4 to 3.6.6. - [Release notes](https://github.com/mongodb/node-mongodb-native/releases) - [Changelog](https://github.com/mongodb/node-mongodb-native/blob/3.6/CHANGES_3.0.0.md) - [Commits](https://github.com/mongodb/node-mongodb-native/compare/v3.6.4...v3.6.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-04-23Bump @types/node-fetch from 2.5.8 to 2.5.10 (#7)dependabot-preview[bot]
Bumps [@types/node-fetch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node-fetch) from 2.5.8 to 2.5.10. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node-fetch) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-04-19Update compile.ymlmat
2021-04-17add head_texture to itemsmat
2021-04-16Update hypixelApi.jsmat
2021-04-16wait 30 seconds and retry on endpoint disabledmat
2021-04-16Merge branch 'main' of https://github.com/skyblockstats/skyblock-api into mainmat
2021-04-16Update hypixelApi.jsmat
2021-04-16fix error that happens sometimesmat
2021-04-16Compiled TS into JSmat-1
2021-04-16retry on throttlemat
2021-04-14make cf-connecting-ip lowercasemat
2021-04-14revert change that makes leaderboards update slowlymat
2021-04-14Total leaderboards leaderboard working (#6)mat
* add leaderboards leaderboard * slightly optimize fetchPlayer to not unnecessarily fetch the same player twice * Compiled TS into JS * fix errors with fetch * fix random bugs that made people disappear from leaderboards
2021-04-14Revert "Total leaderboards leaderboard (#5)"mat
This reverts commit 0e5887326f1ba1f8005ca0bd217c5b332a1fb6cf.
2021-04-14Total leaderboards leaderboard (#5)mat
* add leaderboards leaderboard * slightly optimize fetchPlayer to not unnecessarily fetch the same player twice * Compiled TS into JS * fix errors with fetch
2021-04-13change max slayer level to 5mat
2021-04-13Slayer leaderboard (#4)mat
* add slayers to constants * Compiled TS into JS * change units to also show up when only changing one constant item * Compiled TS into JS * add slayer leaderboards * remove debugging stuff
2021-04-13Update README.mdmat
2021-04-09fix people not being added to small leaderboardsmat
2021-04-08change how stats are sent to allow for extra infomat
2021-04-09Compiled TS into JSmat-1
2021-04-08add Access-Control-Allow-Origin * and change ratelimit to be strictermat
2021-04-08debug=falsemat
2021-04-08Compiled TS into JSmat-1
2021-04-08add member leaderboard spots apimat
2021-04-08Compiled TS into JSmat-1
2021-04-08add more debug stuffmat
2021-03-24tscmat
2021-03-24completely replace ashcon with mojangmat
2021-03-24Merge branch 'main' of https://github.com/skyblockstats/skyblock-api into mainmat
2021-03-24Update index.jsmat
2021-03-24increase ratelimitsmat
2021-03-25Compiled TS into JSmat-1
2021-03-24add ratelimits to skyblock-apimat
2021-03-25Compiled TS into JSmat-1
2021-03-24fix error on nonexistent usersmat
2021-03-24remove console.logsmat
2021-03-24improve mojang api to be much much fastermat
2021-03-16Compiled TS into JSmat-1