mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
More readme cleanup
This commit is contained in:
parent
dfc0b19922
commit
ba7c12d6d7
1 changed files with 6 additions and 13 deletions
19
README.md
19
README.md
|
|
@ -8,14 +8,9 @@
|
|||
A reimplementation of Winamp 2.9 in HTML5 and JavaScript with full skin support.
|
||||
As seen on [TechCrunch], [Motherboard], [Gizmodo], Hacker News ([1], [2], [3], [4]), and [elsewhere](./packages/webamp/docs/press.md).
|
||||
|
||||
|
||||
[](https://webamp.org)
|
||||
|
||||
Works in modern versions of Edge, Firefox, Safari and Chrome. IE is [not
|
||||
supported](http://caniuse.com/#feat=audio-api).
|
||||
|
||||
Check out this [Twitter thread](https://twitter.com/captbaritone/status/96127471401331916) for an illustrated list of features.
|
||||
|
||||
Check out this [Twitter thread](https://twitter.com/captbaritone/status/96127471401331916) for an illustrated list of features. Works in modern versions of Edge, Firefox, Safari and Chrome. IE is [not supported](http://caniuse.com/#feat=audio-api).
|
||||
|
||||
## Add Webamp to Your Site
|
||||
|
||||
|
|
@ -34,7 +29,7 @@ For more examples, including how to add audio files, check out [`examples/` dire
|
|||
Webamp uses a [monorepo](https://en.wikipedia.org/wiki/Monorepo) approach, so in addition to the Webamp NPM module, this repository contains code for a few closely related projects and some pieces of Webamp which are published as standalone modules:
|
||||
|
||||
* [`packages/webamp`](https://github.com/captbaritone/webamp/tree/master/packages/webamp): The [Webamp NPM module](https://www.npmjs.com/package/webamp)
|
||||
* [`packages/webamp/demo`](https://github.com/captbaritone/webamp/tree/master/packages/webamp/demo): The demo site which lives at [webamp.org](https://webamp.org), see the next section for more details
|
||||
* [`packages/webamp/demo`](https://github.com/captbaritone/webamp/tree/master/packages/webamp/demo): The demo site which lives at [webamp.org](https://webamp.org)
|
||||
* [`packages/ani-cursor`](https://github.com/captbaritone/webamp/tree/master/packages/ani-cursor): An NPM module for rendering animiated `.ani` cursors as CSS animations
|
||||
* [`packages/skin-database`](https://github.com/captbaritone/webamp/tree/master/packages/skin-database): The server component of https://skins.webamp.org which also runs our [Twitter bot](https://twitter.com/winampskins), and a Discord bot for our community chat
|
||||
* [`packages/winamp-eqf`](https://github.com/captbaritone/webamp/tree/master/packages/winamp-eqf): An NPM module for parsing and constructing Winamp equalizer preset files (`.eqf`)
|
||||
|
|
@ -46,22 +41,20 @@ Webamp uses a [monorepo](https://en.wikipedia.org/wiki/Monorepo) approach, so in
|
|||
|
||||
Join our community chat on Discord: <https://discord.gg/fBTDMqR>
|
||||
|
||||
There are a few related projects that have communites:
|
||||
Related communites:
|
||||
|
||||
- [Winamp Community Update Pack] - "New plug-ins to add additional features to Winamp as well as replacement plug-ins to provide better implementations of some of the plug-ins natively included with Winamp". ([Forum](https://getwacup.com/community/) / [Discord server](https://discord.gg/5pVTdbj))
|
||||
- [Webvs](https://github.com/azeem/webvs) -
|
||||
A Winamp AVS like visualization library for the web. ([Gitter chat](https://gitter.im/visbot/AVS))
|
||||
|
||||
## In the Wild
|
||||
|
||||
An incomplete list of websites using Webamp:
|
||||
|
||||
- [Internet Archive](https://blog.archive.org/2018/10/02/dont-click-on-the-llama/) - The Internet Archive lets you preview winamp skins and listen to audio tracks using Webamp.
|
||||
- [Internet Archive](https://blog.archive.org/2018/10/02/dont-click-on-the-llama/) - The Internet Archive lets you preview winamp skins and listen to audio tracks using Webamp
|
||||
- [Winampify.io](https://winampify.io/) - An online Spotify client using Webamp
|
||||
- [Webamp Desktop](https://desktop.webamp.org/) - An Electron app version of Webamp.
|
||||
- [Webamp Desktop](https://desktop.webamp.org/) - An Electron app version of Webamp
|
||||
- [98.js.org](https://98.js.org/) - A Windows 98 clone in JavaScript ([GitHub](https://github.com/1j01/98))
|
||||
- [winxp.now.sh](https://winxp.now.sh/) - A Windows XP clone in JavaScript with React ([GitHub](https://github.com/ShizukuIchi))
|
||||
- [www.dkdomino.zone](https://www.dkdomino.zone/album.html) - Someone's personal music player.
|
||||
- [www.dkdomino.zone](https://www.dkdomino.zone/album.html) - Someone's personal music player
|
||||
|
||||
## Thanks
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue