https://github.com/reduxflakes/csmpjs
A customizable, simple, music player in JS
https://github.com/reduxflakes/csmpjs
lastfm music-player music-player-js nekoweb neocities
Last synced: 4 months ago
JSON representation
A customizable, simple, music player in JS
- Host: GitHub
- URL: https://github.com/reduxflakes/csmpjs
- Owner: ReduxFlakes
- License: gpl-2.0
- Created: 2024-11-07T21:54:12.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-21T07:45:04.000Z (5 months ago)
- Last Synced: 2025-01-21T08:27:52.574Z (5 months ago)
- Topics: lastfm, music-player, music-player-js, nekoweb, neocities
- Language: HTML
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSMPJS
> A customizable, simple, music player in JS.## Features
- [X] Simple & fast
- [X] Easily customizable
- [X] Easily changeable music playlist
- [X] Pause, previous, and next
- [X] Music information (cover, title, artist, Last.fm release page)
- [X] Vanilla JS## Usage
Just copy the HTML and implement it into anywhere on your website/project.
Don't forget to fill the `musicPlaylist` array with the necessary data (music information, the music file, and Last.fm release page).
## Todo
- [ ] Shuffle
- [ ] Support for skins/themes
- [ ] Interactive playlist
- [ ] Ability to disable options (disable album cover, Last.fm button)## Attribution
If possible, please link this repository where you implement CSMPJS. I appreciate the support.
## Credits
- [@Fl1x1n](https://github.com/Fl1x1n) - For the suggestion of making a music player for his website.
- Material Line Icons - For the play/pause SVG icons used in the player.