Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tohsaka888/haotiandianmusicserver
https://github.com/tohsaka888/haotiandianmusicserver
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tohsaka888/haotiandianmusicserver
- Owner: tohsaka888
- Created: 2021-10-26T02:15:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:32:08.000Z (about 1 year ago)
- Last Synced: 2024-02-26T12:41:04.618Z (12 months ago)
- Language: Python
- Size: 8.5 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MusicServer
## How to use it
**use node**
```terminal
node app.js
```**use npm**
```termial
npm run build
```
**use pm2**
```terminal
pm2 start app.js
```**use yarn**
```terminal
yarn start
```