Coder Social home page Coder Social logo

musicafe's Introduction

musicafe 音乐咖

For most Chinese people, we are using netease, xiami, or QQ music service everyday for enjoying music, but we are also bothered with changing the platform each time for the songs or artists we love. Musicafe is a web music platform for simply it.

Functions

  • Search netease, xiami, qq songs, albums, playlists.
  • Get albums, playlists details.
  • Add songs to your list and play.
  • (Unsuggested) Add VIP songs(neet pay) of xiami, qq, example here.
  • (Unsuggested) Add unauthorized songs of xiami, qq, example here.
  • Download songs in albums and playlists page.

Run local

git clone https://github.com/LIU9293/musicafe.git
cd musicafe
npm install
npm run https (not npm start!!!)

Because the API server is using https, so http development environment may cause CORS issue. PLEASE DO delete the baidu analytic code in public/index.html as well !!!

Use your own API server

src/redux/action/fetch.js
const base = 'localhost:8080/api/';

npm run build
node server/index.js
npm start

If there are any CORS problem, go to server/index.js and change res.header("Access-Control-Allow-Origin", "*");

Useful stuff used

HTTPS

The website is using https, but all media files in netease, xiami and qq are transferred via http, so the https badge will grey out after you listen to something. T.T

TODOS

  • Pray for not be forbidded...
  • Mutilple user playlists, listen whole album or playlist directly.
  • Account to remeber playlists.
  • Go mobile.

musicafe's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.