A project to fetch and display osu! player scores.
-
Clone the repository:
git clone https://github.com/artorias305/scorepost-gen.git
-
Navigate to the project directory
cd scorepost-gen
-
Install dependencies
npm install
-
Create a
.env
file in the root directory and add your API credentialsCLIENT_ID=your-client-id CLIENT_SECRET=your-client-secret API_KEY=your-api-key
-
Run the project
node main.js OR npm start