/web-scraper-sample

WEB SCRAPPING EXAMPLE PROJECT WITH NODE JS API

Primary LanguageJavaScript

WEB SCRAPPING EXAMPLE PROJECT WITH NODE JS API

Description

⚠️ This work has been developed personally only. There is no financial interest.

Demo

https://web-scraper-one.vercel.app

Installation (Manual)

$ git clone https://github.com/melihs/web-scraper.git

$ cd web-scraper

$ npm install

$ npm start
API RESPONSE
  [
    {
      "image":       "*****",
      "title":       "*****",
      "description": "*****",
      "url":         "*****",
      "author":      "*****"
    },
  ...
  ]