aboutsummaryrefslogtreecommitdiff
path: root/build/hypixelApi.js
AgeCommit message (Collapse)Author
2021-06-29enable strictNullChecks and fix all related issues (#65)mat
2021-06-24remove console logsmat
2021-06-24log api keysmat
2021-06-24log keymat
2021-06-24debugging:tm:mat
2021-06-01fix not choosing best api keymat
2021-06-02Compiled TS into JSmat-1
2021-05-27random random debug things and optimize leaderboardsmat
optimize leaderboards by fetching all the raw ones at the beginning
2021-05-27make leaderboards send less requestsmat
2021-05-27Profile customization (#45)mat
* add basic discord auth * add uuid dependency * add lastUpdated to sessions * add route to get session from id * add accounts collection * update build * add gm rank * add `customization` url parameter * add customization parameter to /player/:user * add route to get info from discord id * remove a console.log * Update database.js * Update package.json * fix tests
2021-05-09Revert "temp debug stuff"mat
This reverts commit 58807d12eefe264e817d8dc4b7075dbb25e4c2d2.
2021-05-09temp debug stuffmat
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-16Update hypixelApi.jsmat
2021-04-16Update hypixelApi.jsmat
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-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-02-15remove debug logsmat
2021-02-13move some code to make more sensemat
2021-02-13tscmat
2021-02-13tscmat
2021-02-13add compiled code in build foldermat