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

https://github.com/franciscoknebel/fbd-spotify

A relational database implementation for Spotify.
https://github.com/franciscoknebel/fbd-spotify

database db relational-databases spotify

Last synced: about 2 months ago
JSON representation

A relational database implementation for Spotify.

Awesome Lists containing this project

README

          

# fbd-spotify

## Requisites
* NodeJS - __(^8.9.3)__

## Building
```
npm install
npm run build
```
To build the JavaScript bundle, run `npm run build`. That will create the `docs/scripts/bundle.js` file, using Browserify.
Connection credentials to the database should be added to `server/api.js`.

## Development
```
npm run dev
```
Running `npm run dev` runs Watchify, which automatically rebuilds `docs/scripts/bundle.js` when scripts are modified.
It will also launch the Express server which controls the back-end using Nodemon, which will automatically restart the server on code changes.

## Authors

* [**Francisco Knebel**](https://github.com/FranciscoKnebel) - *Initial work*
* [**Mateus Salvi**](https://github.com/Teuszila) - *Initial work*

See also the list of [contributors](https://github.com/FranciscoKnebel/fbd-spotify/contributors) who participated in this project.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details