indo-news-scraper
Version:
A news scraper for javascript that help to scrap news from Indonesian news portal.
41 lines (40 loc) • 956 B
JSON
{
"name": "indo-news-scraper",
"version": "1.4.0",
"description": "A news scraper for javascript that help to scrap news from Indonesian news portal.",
"main": "lib/index.js",
"scripts": {
"test": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theyudhiztira/indonesia-news-scraper.git"
},
"keywords": [
"scraper",
"crawler",
"news",
"indonesia",
"berita",
"nodejs",
"node-modules",
"news api",
"indo-news-scraper",
"news scraper"
],
"author": {
"name": "Pandu Yudhistira",
"email": "theyudhiztira@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/theyudhiztira/indonesia-news-scraper/issues"
},
"homepage": "https://github.com/theyudhiztira/indonesia-news-scraper#readme",
"dependencies": {
"axios": "^0.19.2",
"cheerio": "^1.0.0-rc.3",
"moment": "^2.27.0",
"puppeteer": "^5.2.1"
}
}