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/
- Host: GitHub
- URL: https://github.com/mamsoudi/coverfinderapi
- Owner: mamsoudi
- License: mit
- Created: 2017-03-27T12:51:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T13:01:12.000Z (about 8 years ago)
- Last Synced: 2025-02-07T13:18:16.458Z (4 months ago)
- Topics: api, api-wrapper, coverfinder, expressjs
- Language: JavaScript
- Homepage: https://coverfinder.herokuapp.com/
- Size: 235 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/).