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

https://github.com/carsonip/alexa-music


https://github.com/carsonip/alexa-music

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

          

* Alexa Music

** Getting Started
```
# Install dependencies
npm install

# Start development live-reload server
PORT=8080 npm run dev

# Start production server:
PORT=8080 npm start
```