Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AuYuHui/one-suno
suno.ai API
https://github.com/AuYuHui/one-suno
Last synced: about 1 month ago
JSON representation
suno.ai API
- Host: GitHub
- URL: https://github.com/AuYuHui/one-suno
- Owner: AuYuHui
- Created: 2024-04-06T14:18:34.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T13:10:24.000Z (6 months ago)
- Last Synced: 2024-06-18T15:52:05.346Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 782 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-suno - AuYuHui/one-suno - suno.ai API (List of Projects / TypeScript/JavaScript)
- awesome-suno - AuYuHui/one-suno - suno.ai API (List of Projects / TypeScript/JavaScript)
README
# Suno AI API
## API 文档
[Apipost-Suno-API文档](https://console-docs.apipost.cn/preview/d74eeb090f754137/a8a9d47458894dca)
## Installation
```bash
$ pnpm install
```## Running the app
```bash
# development
$ pnpm run start# watch mode
$ pnpm run start:dev# production mode
$ pnpm run start:prod
```