Skip to content

artorias305/scorepost-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scorepost-gen

A project to fetch and display osu! player scores.

Setup

  1. Clone the repository:

    git clone https://github.com/artorias305/scorepost-gen.git
    
  2. Navigate to the project directory

    cd scorepost-gen
    
  3. Install dependencies

    npm install
    
  4. Create a .env file in the root directory and add your API credentials

    CLIENT_ID=your-client-id
    CLIENT_SECRET=your-client-secret
    API_KEY=your-api-key
    
  5. Run the project

    node main.js
    OR
    npm start

About

osugame reddit scorepost title generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published