Code Monkey home page Code Monkey logo

web-music's Introduction

一个简单的播放器,用于专门播放周杰伦的歌曲

由于之前把 gitee 当做网盘来用被抓住封了,换了一个方式来解决。

思路

  1. 基于 jsososo/MiguMusicApi 获取周杰伦的所有歌曲
  2. 将歌曲数据组合成一个大 json 然后上传到 gist 中储存,并且设置为公开
  3. 开一个 html 文件,写前端逻辑,直接 fetch gist 的 json 文件
  4. 使用 github action 每天定时执行同步

本次更新既要

  1. 完全重写代码逻辑
  2. 前端 UI 重构
  3. 前端代码全部为原生(es6)
  4. 服务端逻辑重构
  5. 完全白嫖

目录结构

index.html  // 前端界面
client.js   // 前端逻辑脚本
style.css   // 前端样式

server.js   // node 端同步逻辑

最后

感谢 jsososo 的项目

感谢 Github

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.