google-news-decoder
Version:
Decode Google News article URLs
25 lines (24 loc) • 496 B
JSON
{
"name": "google-news-decoder",
"version": "1.0.1",
"description": "Decode Google News article URLs",
"repository": {
"type": "git",
"url": "git+https://github.com/abhir9/google-news-decoder.git"
},
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"keywords": [
"google-news",
"url-decoder",
"news-parser"
],
"author": "Abhimanyu Singh Rathore",
"license": "MIT",
"dependencies": {
"axios": "^1.6.0",
"cheerio": "^1.0.0"
}
}