Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/genshinminecraft/netease-songs-url-fetcher-for-cf-wks
手搓的api,用于学习 Cloudflare Workers 的 Rust 用法
https://github.com/genshinminecraft/netease-songs-url-fetcher-for-cf-wks
Last synced: 27 days ago
JSON representation
手搓的api,用于学习 Cloudflare Workers 的 Rust 用法
- Host: GitHub
- URL: https://github.com/genshinminecraft/netease-songs-url-fetcher-for-cf-wks
- Owner: GenshinMinecraft
- Created: 2024-09-16T08:20:50.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T08:26:57.000Z (2 months ago)
- Last Synced: 2024-09-17T10:19:27.161Z (2 months ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Netease-Songs-Url-Fetcher-For-CF-WKS
一个简单的小工具,用于从网易云音乐获取歌曲的url,使用了
仅供个人学习 Rust Wasm 与 Cloudflare Workers Rust Language Support 使用
## 部署
```
git clone https://github.com/GenshinMinecraft/Netease-Songs-Url-Fetcher-For-CF-WKS.git
cd Netease-Songs-Url-Fetcher-For-CF-WKS
npx wrangler deploy
```