Osu Beatmap Parser, Difficulty and Performance Calculator
A soon to be full fledged system to allow parsing of beatmaps in .osu (or JSON built in), difficulty and performance calculations.
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Prerequisites
- Node.js 8+
Installing
In your project add the dependency
npm i osu-bpdpc
and require inside your javascript file
const BPDPC = ;
or for specific elements using selective require
const Beatmap = ;
Example
const Beatmap Osu: DifficultyCalculator PerformanceCalculator = const request = request
License
This project is licensed under the MIT License - see the LICENSE file for details