Skip to content

melihs/web-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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":      "*****"
    },
  ...
  ]

Releases

No releases published

Packages

No packages published