All Projects → wyswill → Clourmusic_flutter

wyswill / Clourmusic_flutter

flutter 仿网易云音乐app

Labels

Projects that are alternatives of or similar to Clourmusic flutter

Vipertemplate
Viper Template makes the process of generation of the Viper's modules easier and faster.
Stars: ✭ 57 (-12.31%)
Mutual labels:  makefile
Voicenet
Speech synthesis platform based on tensorflow and sonnet
Stars: ✭ 60 (-7.69%)
Mutual labels:  makefile
Reactnative Jwts
Authenticating a React Native app with JSON Web Tokens
Stars: ✭ 62 (-4.62%)
Mutual labels:  makefile
Sdl manual
The Manual for writing Games in Perl using SDL. Part of TPF grant.
Stars: ✭ 57 (-12.31%)
Mutual labels:  makefile
Portfolio
Create a beautiful Portfolio using GitHub pages
Stars: ✭ 59 (-9.23%)
Mutual labels:  makefile
Documentbuilder
ONLYOFFICE Document Builder is powerful text, spreadsheet, presentation and PDF generating tool
Stars: ✭ 61 (-6.15%)
Mutual labels:  makefile
Linux Kernel Programming
Linux Kernel Programming, published by Packt
Stars: ✭ 53 (-18.46%)
Mutual labels:  makefile
Openvoiceos
OpenVoiceOS is a minimalistic linux OS bringing the open source voice assistant Mycroft A.I. to embbeded, low-spec headless and/or small (touch)screen devices.
Stars: ✭ 64 (-1.54%)
Mutual labels:  makefile
Yolo
Kill a random process
Stars: ✭ 59 (-9.23%)
Mutual labels:  makefile
Ansible In Action
Ansible playbook to deploy your Laravel code base to VPS
Stars: ✭ 61 (-6.15%)
Mutual labels:  makefile
Wireguard Go Docker
Wireguard docker image
Stars: ✭ 57 (-12.31%)
Mutual labels:  makefile
Tutorials
🎓 Practical beginner-level introductions to using different tools and technologies, with a focus on their application in the newsroom
Stars: ✭ 59 (-9.23%)
Mutual labels:  makefile
Neuralstyler
Turn Your Videos/photos/Gif into Art
Stars: ✭ 61 (-6.15%)
Mutual labels:  makefile
Markdown To Epub Mobi
Write in Markdown, publish in EPUB and MOBI formats for Kindle and other e-readers
Stars: ✭ 57 (-12.31%)
Mutual labels:  makefile
Python Docs Zh Tw
Stars: ✭ 63 (-3.08%)
Mutual labels:  makefile
Drake Examples
Example workflows for the drake R package
Stars: ✭ 57 (-12.31%)
Mutual labels:  makefile
Buildroot
Buildroot fork with some customizations for RPi and BBB
Stars: ✭ 60 (-7.69%)
Mutual labels:  makefile
Makebakery
A static website generator built on GNU Make.
Stars: ✭ 64 (-1.54%)
Mutual labels:  makefile
Counter Strike Docker
Docker image for Counter-Strike 1.6 server
Stars: ✭ 63 (-3.08%)
Mutual labels:  makefile
Proprietary vendor sony
Stars: ✭ 61 (-6.15%)
Mutual labels:  makefile

简要说明

有不知道后台接口的同学请去 这个地址 去下载网易云音乐的 NodeJs 后台。

有不了解NodeJs的老铁在这个地方 下载和安装nodejs环境。

nodeJS环境安装完成之后运行以下命令:

#全局安装nrm
npm i -g nrm
#将npm的源切换到taobao来加速下载
nrm use taobao
#cd 到网易云音乐的文件目录下 运行
#linux/mac
sudo npm i
#win
npm i
#安装完成之后将服务启动
npm run start

出现一下就说明服务已经启动

image-20190816092142909

有玩过docker的老铁,在终端运行以下代码

#拉取后台镜像
docker pull binaryify/netease_cloud_music_api
#启动服务,将端口映射到本地的 3000端口
docker run -d -p 3000:3000 --name netease_cloud_music_api binaryify/netease_cloud_music_api
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].