API that gets samples information from WhoSampled website.
In order to run this project locally, you must have:
To install all dependencies, run:
$ npm install
To start the development mode, run:
$ npm run start:dev
To generate a production version, run:
$ npm run build
To serve a production version, run:
$ npm run start:prod
So far, we have available two different routes, one to get artist information and another to get artist information on another page.
In order to get information from a specific artist, hit: https://whosampled-scraper.herokuapp.com/artist/2pac/
.
In order to get information from a specific artist on another page, hit: https://whosampled-scraper.herokuapp.com/artist/2pac/2/
MIT License © Thulio Philipe