Skip to content

thulioph/whosampled-scraper

Repository files navigation

Who Sampled Scraper

API that gets samples information from WhoSampled website.

API Demo or Postman Collection

demo

Requirements

In order to run this project locally, you must have:

Usage

To install all dependencies, run:

$ npm install

development

To start the development mode, run:

$ npm run start:dev

production

To generate a production version, run:

$ npm run build

To serve a production version, run:

$ npm run start:prod

Routes

So far, we have available two different routes, one to get artist information and another to get artist information on another page.

artist

In order to get information from a specific artist, hit: https://whosampled-scraper.herokuapp.com/artist/2pac/.

page

In order to get information from a specific artist on another page, hit: https://whosampled-scraper.herokuapp.com/artist/2pac/2/

License

MIT License © Thulio Philipe