An open API service indexing awesome lists of open source software.

https://github.com/mkrl/soundstash

Browse through http://musicbrainz.org releases
https://github.com/mkrl/soundstash

Last synced: 9 months ago
JSON representation

Browse through http://musicbrainz.org releases

Awesome Lists containing this project

README

          

# Sound Stash

A very basic React application.
Fetch and bookmark musical releases from [musicbrainz.org](http://musicbrainz.org) database.
Backed up by styled-components and Redux, built by Parcel.
Code style maintained by [JavaScript Standard Style](https://standardjs.com/).

## Setting up dev server

```bash
git clone git@github.com:mkrl/soundstash.git && cd soundstash
yarn
yarn start
```
## Production build

```bash
yarn build
```

## Test

(tba)

```bash
yarn test
```

To automatically attempt to fix the code style, run

```bash
yarn fix
```