Skip to content

aaronrhoades/js-music-player

Repository files navigation

js-music-player

Uses JavaScript Web Audio API and plain Vanilla JavaScript to create a basic music player.

Notes

  • Uses FontAwesome, which may need your own free fontawesome license for.
  • Uses Google Fonts to pull in the Quicksand font.
  • Neomorphism design.

Development Dependencies

There are a few dependencies for development purposes, but this code can be used as HTML, CSS, and just plain Vanilla JS. A server is needed to retrieve the music files, otherwise you will run into a CORS Policy issue.

  • Node package.json file added npm start script.
  • Script relies on a Google Chrome installation and the http-server node package. You may have to install http-server globally. http-server may depend on packages that contain vulnerabilities. This is only used for development purposes, and you may also wish to set up your own server outside of http-server and use a different browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published