core
core copied to clipboard
Open source Hypixel data platform
Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.34 to 0.5.37. Changelog Sourced from moment-timezone's changelog. 0.5.37 2022.08-25 Re-publish npm package, because of extra folder present in 0.5.36, check moment/moment-timezone#999 0.5.36 2022.08-25 IANA TZDB 2022c...
Bumps [got](https://github.com/sindresorhus/got) from 11.8.5 to 12.3.1. Release notes Sourced from got's releases. v12.3.1 Don't freeze signal when freezing Options (#2100) 43b1467 https://github.com/sindresorhus/got/compare/v12.3.0...v12.3.1 v12.3.0 Add .off() method for events (#2092) 88056be...
Bumps [filter-obj](https://github.com/sindresorhus/filter-obj) from 2.0.2 to 5.1.0. Release notes Sourced from filter-obj's releases. v5.1.0 Improve performance 22040dc 6a80123 https://github.com/sindresorhus/filter-obj/compare/v5.0.0...v5.1.0 v5.0.0 Breaking Do not ignore symbol properties (#23) 1c166d3 This is a...
Bumps [nock](https://github.com/nock/nock) from 12.0.3 to 13.2.9. Release notes Sourced from nock's releases. v13.2.9 13.2.9 (2022-07-19) Bug Fixes README: Add notes about Scope vs Interceptor matchHeader calls (#2382) (d9bab65) v13.2.8 13.2.8...
Bumps [mocha](https://github.com/mochajs/mocha) from 7.2.0 to 10.0.0. Release notes Sourced from mocha's releases. v10.0.0 10.0.0 / 2022-05-01 :boom: Breaking Changes #4845: Drop Node.js v12.x support (@juergba) #4848: Drop Internet-Explorer-11 support (@juergba)...
Bumps [async](https://github.com/caolan/async) from 3.2.0 to 3.2.4. Changelog Sourced from async's changelog. v3.2.4 Fix a bug in priorityQueue where it didn't wait for the result. (#1725) Fix a bug where unshiftAsync...
Add a `/players/{name}/forums` endpoint that includes data such as ratings, post count, join date etc. scraped from hypixel.net.
[processPlayerData](https://github.com/slothpixel/core/blob/master/processors/processPlayerData.js) handles modifying the player object from Hypixel API to the wanted format. The game specific objects are created using the functions `processStats` object. You can assign default values by...