Skip to content

ralfiannor/NodeJS-ScrappingBPost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Required

  • Web server
  • Node JS
  • NPM

Command to install and Run :

  • npm install
  • node server
  • run at port 8081

Documentation :

POST /bpost

"Get list of news"

Body: district | string | required

Example:

{
    "district": "tanah-bumbu" 
}

POST /bpost/content

"Get content detail"

Body: url | string | required

Example:

{
    "url": "http://banjarmasin.tribunnews.com/2018/10/09/dua-hari-menjabat-bupati-tanbu-sudian-noor-langsung-melantik-53-pejabat" 
}

About

Scrapping berita online dengan Node JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published