An api wrapper for Beatsaver.
Currently supports all get api endpoints specified by the Beatsaver api docs. (https://api.beatsaver.com/docs/index.html?url=./swagger.json)
OAuth/post endpoints will be coming soon.
The package is available on npm. You can install it using this command:
npm install beatsaver-api-wrapper
Documentation is available on this repository's wiki.
Run npm i
and npm test
to run all tests.
Uses mocha and nock for testing.
Only uses axios for http requests so it should work in the browser. (not tested yet)
- axios - Make http requests
- Beatsaver API - Beatsaver API Documentation