...aka NAT/BN Management, where the NAT handles BN applications and a bunch of other mapping/modding related things.
- node
- mongodb
If you want to contribute, make a copy of config.example.json
titled config.json
and fill out the fields below
session
: express session secretv1token
: osu! apiv1 keyid
: osu! apiv2 oauth idsecret
: osu! apiv2 oauth secretredirect
: osu! apiv2 oauth redirect (if it isn'thttp://localhost:8080/callback
you need to change port inwebpack.dev.config.js
and/callback
route inindex.js
)connection
: connection to mongodbinterOpAccess
: for /interOp routes (optional)- webhooks: https://discord.com/developers/docs/resources/webhook (optional)
Once config is set up, type npm i
then npm run dev
in console. You'll be able to connect on http://localhost:8080
.
Running the project sucks if you don't have data. One day I'll set up sample data, but enjoy the inconvenience until then!
Some people use this website's /interOp routes for various data. If you're one of these people, tell me what you'd be doing with the info and I'll probably give you an access key. Don't share your key with anyone else.