DEV Community

[Comment from a deleted post]
Collapse
 
theoutlander profile image
Nick Karnik • Edited

Winamp!

I just heard they're coming back, but I love the version from back in '99!

Kudos to Jordan Eldredge for building WebAmp

captbaritone / webamp

A reimplementation of Winamp 2.9 in HTML5 and Javascript

Travis Codecov Discord

Webamp

A reimplementation of Winamp 2.9 in HTML5 and JavaScript.

As seen on TechCrunch, Motherboard, Gizmodo, Hacker News (1, 2, 3, 4), and elsewhere.

Give it a try!

Screenshot of Webamp

Works in modern versions of Edge, Firefox, Safari and Chrome. IE is not supported.

Features

Check out this Twitter thread for an illustrated list of features: twitter.com/captbaritone/status/96...

Use Webamp in your own project

I've tried to make it possible to include Webamp in your own project.

See the usage documentation for more information.

Development

yarn
# Or: npm install
npm start

Open http://localhost:8080/webpack-dev-server/ in your browser.

# Run tests and lint checks
npm test

Building the demo site (webmap.org)

npm run build
npm run serve

Open the local ip/port that is output to the console in your browser.

Building the NPM module

npm run build-library

Testing

npm test

This will run both…