Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nypublicradio/nypr-player
https://github.com/nypublicradio/nypr-player
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nypublicradio/nypr-player
- Owner: nypublicradio
- License: mit
- Created: 2017-01-10T16:34:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-01T08:38:36.000Z (almost 2 years ago)
- Last Synced: 2024-04-10T20:53:19.024Z (10 months ago)
- Language: JavaScript
- Size: 22.7 MB
- Stars: 10
- Watchers: 24
- Forks: 5
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# nypr-player
## New York Public Radio Audio Player
[![npm version](https://img.shields.io/npm/v/nypr-player.svg?style=flat-square)](https://www.npmjs.com/package/nypr-player) [![CircleCI](https://img.shields.io/circleci/project/github/nypublicradio/nypr-player/master.svg?style=flat-square)](https://circleci.com/gh/nypublicradio/nypr-player)
[![Maintainability](https://api.codeclimate.com/v1/badges/78a8a56e5baa955d81de/maintainability)](https://codeclimate.com/github/nypublicradio/nypr-player/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/78a8a56e5baa955d81de/test_coverage)](https://codeclimate.com/github/nypublicradio/nypr-player/test_coverage)## What is this?
This is the audio player you may have seen on such sites as [wnyc.org](http://wnyc.org), now available for your use.
![on demand](tests/dummy/public/assets/screenshots/wnyc-player.png "Player on WNYC")
For more information on usage, please see the docs site at https://nypublicradio.github.io/nypr-player
## Install
```shell
yarn add nypr-player
```## TODO
* dummy app
* document queue button
* allow for customizing position making the player unfixed doesn't require a lot of CSS overrides
* figure out a way so `ember-cli-sass` isn't an upstream requirement