Skip to content

This API is a cache proxy for LabyMod Streaks. It allows you to fetch streaks from the LabyMod API without hitting their rate limits.

License

Notifications You must be signed in to change notification settings

RappyTV/StreakAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LabyMod Streak API

1️⃣ Create a config

Just copy the example json using this command:

cp config.json.example config.json

Then you can specify your desired port and enter the credentials to your MongoDB database.

2️⃣ Install the dependencies

bun i

3️⃣ Run the API

# Development mode
bun dev

# Production mode
bun start

# Daemonized
bun i -g pm2
pm2 start --name streakapi src/index.ts --interpreter ~/.bun/bin/bun # or what your bun location is

About

This API is a cache proxy for LabyMod Streaks. It allows you to fetch streaks from the LabyMod API without hitting their rate limits.

Topics

Resources

License

Stars

Watchers

Forks