slothpixel / skyblock-parser

A powerful library for processing Hypixel SkyBlock data
MIT License
13 stars 9 forks source link

Add floatLevel and ASL to parser #14

Closed SomeRandom-WhoLikesCode closed 3 years ago

SomeRandom-WhoLikesCode commented 3 years ago

-Added a floatLevel to skills JSON object for the reason if people want to incorporate weights into whatever they are working on. -Added "averageSkillLevel" (ASL) so that people can easily just pull the ASL from the API response rather than having to do it locally using the skills object.

builder-247 commented 3 years ago

Could you also run npm run lint and fix the issues there