JS music player that resembles a sony walkman from 2008 doqmeat.com/notebook/F2U/preview/walkman
html-template
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

updated read me file

+10 -8
+10 -8
README.md
··· 1 - # JS walkman mp3 player (WIP) 1 + # JS walkman mp3 player 2 2 3 - functional JS music player with the looks of one of those sony walkman mp3 players. 3 + a functional JS music player with the looks of one of those sony walkman mp3 players from around 2008. 4 4 5 - ![screenshot](examples/screenshot.jpg) 5 + ![gif of mp3 player](examples/walkman.gif) 6 6 7 - the overall CSS will most likely be the same as the [last.fm widget](https://github.com/biancarosa/lastfm-last-played) i designed for my homepage but i would like it for the UI to be more accurate to the mp3 players around 2008. 7 + **it looks best on firefox!** see _issues_ for more info. 8 8 9 - ![playlist screen](examples/ui-playlist.jpg) 10 - ![irl sony walkman mp3 player now playing screen](examples/ui-currently-playing.jpg) 9 + ## credit 11 10 12 - my fun little summer project. 11 + - built using sayantanm19's <a href="https://github.com/sayantanm19/js-music-player">js music player</a> 12 + - <a href="https://www.nerdfonts.com/" target="_blank">nerdfonts</a> for various symbols across the player 13 + - and <a href="https://manos.malihu.gr/style-my-tooltips-jquery-plugin/" target="_blank">Style-my-tooltips</a> for the customizable tooltips 14 + - thanks sony ig 13 15 14 16 ### to-do's / ideas 15 17 16 - - [ ] screen for playlist menu 18 + - [x] screen for playlist menu 17 19 - [ ] make time blink when song is paused 18 20 - [x] screen for currently playing song
examples/ui-currently-playing.jpg

This is a binary file and will not be displayed.

examples/ui-playlist.jpg

This is a binary file and will not be displayed.

examples/walkman.gif

This is a binary file and will not be displayed.