Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anyaudio/web
[Inactive] A free, open source music player
https://github.com/anyaudio/web
babel babel-preset babel-webpack es-2015 eslint frontend javascript music music-player react-router-dom react-router-v4 reactjs reducer redux redux-devtools redux-thunk router webpack
Last synced: 10 days ago
JSON representation
[Inactive] A free, open source music player
- Host: GitHub
- URL: https://github.com/anyaudio/web
- Owner: anyaudio
- License: mit
- Created: 2017-05-07T10:42:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T21:17:09.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T22:53:46.827Z (3 months ago)
- Topics: babel, babel-preset, babel-webpack, es-2015, eslint, frontend, javascript, music, music-player, react-router-dom, react-router-v4, reactjs, reducer, redux, redux-devtools, redux-thunk, router, webpack
- Language: JavaScript
- Homepage:
- Size: 2.24 MB
- Stars: 47
- Watchers: 8
- Forks: 22
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AnyAudio Web App
:tada: :musical_note: :tada:
A front end to utilise [AnyAudio API](https://github.com/anyaudio/anyaudio-server).
Enjoy live at https://anyaudio.in/.
[![Join the chat at https://gitter.im/Any-Audio/anyaudio-web-app](https://badges.gitter.im/Any-Audio/anyaudio-web-app.svg)](https://gitter.im/Any-Audio/anyaudio-web-app?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://travis-ci.org/anyaudio/web.svg?branch=master)](https://travis-ci.org/anyaudio/web)## Development
### Required packages
```bash
npm install -g yarn
```### Installing dependencies
```bash
yarn
```### Starting Dev Server
```bash
yarn start
```### Building
```bash
yarn build
```### Running Tests
```bash
yarn test
```### Deploying to `gh-pages`
```bash
yarn deploy
```**Note:** Write access to repository is required.