Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 434 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 434 Bytes

Node Js Scrap Project

This is a simple node js application to scrap data from otomoto.pl website.

To run this app do the following step:

  1. npm install
  2. nodemon start

it will open at http://localhost:3001

Api list

A. Scrap from remote link

  1. /advertisement?page=1

B. Advertisement routes

  1. advertisementList/ [GET Advertisements List]
  2. :productId [ GET single Advertisements]