This script is currently not working as of 6/10/21. Contacted the developer and it's a server permissions issue.
Description[]
HabiticaMagicJS is a javascript API wrapper for the Habitica API (V3). It provides the HabiticaAPIManager which makes API requests simple, as well as wrapper classes (like HabiticaUser) that make accessing Habitica's returned API data convenient.
Install[]
Simply include the HabiticaMagic-<version>.js or HabiticaMagic-<version>.min.js file from the dist directory in your project.
Usage[]
See Usage in the project README.
Demo[]
To see HabiticaMagicJS in action, check out the demo! You can see how it works in the demo source code.