@hansaka02/news-fetcher
Version:
An advanced Node.js module to fetch the latest news from Google News RSS.
38 lines (37 loc) • 764 B
JSON
{
"name": "@hansaka02/news-fetcher",
"version": "1.1.4",
"description": "An advanced Node.js module to fetch the latest news from Google News RSS.",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"keywords": [
"news",
"rss",
"google-news",
"node-fetch",
"news-api",
"news-fetcher",
"breaking-news",
"latest-news",
"rss-parser",
"rss-feed",
"news-bot",
"news-aggregator",
"news-scraper",
"real-time-news",
"headlines",
"world-news",
"tech-news",
"sports-news",
"business-news",
"entertainment-news"
],
"author": "hansaka02",
"license": "MIT",
"dependencies": {
"node-fetch": "^2.6.7",
"xml2js": "^0.4.23"
}
}