This is a web scraper API that scrapes data from a website and returns the data in JSON format. Curentlly it scrapes data from https://www.ebay.com and returns the data in JSON format.
$ yarn install
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod
# unit tests
$ yarn run test
# e2e tests
$ yarn run test:e2e
# test coverage
$ yarn run test:cov
This is an open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
- Author - Ndungutse Charles
- Website - https://ndungutsecharles.me
Contributions are welcome, feel free to submit a pull request.