Skip to content

Simple osu! Private Server Listing, another way to see current active servers.

License

Notifications You must be signed in to change notification settings

Sukooo/osu-server-list

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osu! Private Server Listing

dc

A list of osu! private servers.

How to add your server

var items = [
  {
    name: "Name of your server",
    link: "http://yourosuserver.com",
    owner: "The owner",
    location: "Country like ID,US",
    onlineAPI: "your online users api",
    instances: 0,
    discord: "Discord invite",
    logo: "https://yourlogo.com/logo.png"
  }
];

Make sure each of your items are separate.

For instances there are only 2 values :

  • 0 for the server who are using ripple instances
  • 1 for the server using gulag
  • 2 Special for Ripple only (do not use)

Development

  • Clone this repository
  • npm install to install dependencies
  • npx tailwindcss -i src/input.css -o dist/style.css --watch for start developing

Contributors

About

Simple osu! Private Server Listing, another way to see current active servers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.4%
  • HTML 34.9%
  • CSS 0.7%