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

https://github.com/mamsoudi/coverfinderapi

A Sample Expressjs API Wrapper for Spotify API Hosted on Heroku - http://masoudmirzaei.ir/coverfinder/
https://github.com/mamsoudi/coverfinderapi

api api-wrapper coverfinder expressjs

Last synced: 3 months ago
JSON representation

A Sample Expressjs API Wrapper for Spotify API Hosted on Heroku - http://masoudmirzaei.ir/coverfinder/

Awesome Lists containing this project

README

        

# Cover Finder Api
A Sample Spotify API wrapper built with [Express 4](http://expressjs.com/) for [Cover Finder](http://masoudmirzaei.ir/coverfinder) which is an application that helps you find Album Art Covers, Details and Information.

[Cover Finder](http://masoudmirzaei.ir/coverfinder) Source Code is available [here](https://github.com/mamos98/coverfinder).

## Running Locally
Make sure you have [Node.js](http://nodejs.org/) and the [Heroku Toolbelt](https://toolbelt.heroku.com/) installed.

```sh
$ git clone [email protected]:mamos98/coverfinderapi.git # or clone your own fork
$ cd coverfinderapi
$ npm install
$ npm start
```

Your app should now be running on [localhost:5000](http://localhost:5000/).