Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenslys/ohnepixel-servers
Ohnepixel's CS2 Skin Servers and automatically selects the server with the least amount of players.
https://github.com/jenslys/ohnepixel-servers
counter-strike-2 nodejs reactjs steam-api
Last synced: 3 days ago
JSON representation
Ohnepixel's CS2 Skin Servers and automatically selects the server with the least amount of players.
- Host: GitHub
- URL: https://github.com/jenslys/ohnepixel-servers
- Owner: jenslys
- License: mit
- Created: 2023-10-22T12:18:17.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-12T14:21:01.000Z (about 1 year ago)
- Last Synced: 2023-11-12T15:57:19.789Z (about 1 year ago)
- Topics: counter-strike-2, nodejs, reactjs, steam-api
- Language: JavaScript
- Homepage: https://cs.lystad.io
- Size: 2.66 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ohnepixel Skin Servers
Application that shows all of Ohnepixel's CS2 Skin Servers and automatically selects the server with the least amount of players.
## Installation (Backend)
- npm install
- cp .env.example .env
- fil out .env## Installation (Frontend)
- cd client
- npm install
- cp .env.example .env
- fil out .env# Start frontend and backend
- npm run start-both