Skip to content

Google News Decoder is a Node.js module that decodes Google News URLs into their original source URLs. It is designed for developers who want to extract the actual URLs behind Google News links.

Notifications You must be signed in to change notification settings

SSujitX/google-news-url-decoder-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google News Decoder for Node.js

Google News Decoder is a Node.js module that decodes Google News URLs into their original source URLs. It is designed for developers who want to extract the actual URLs behind Google News links.

Features

  • Decodes Google News URLs to their original source URLs.
  • Supports fallback for different Google News URL formats.
  • Easy to integrate into Node.js applications.

Installation

Since this module is not published on npm, you can clone it directly from GitHub:

git clone https://github.com/SSujitX/google-news-decoder-nodejs.git
cd google-news-decoder-nodejs

Install dependencies

npm install

Make sure that you have axios and cheerio installed as these are required dependencies for this module. They will be automatically installed when you run npm install.

Usage

node test.js

About

Google News Decoder is a Node.js module that decodes Google News URLs into their original source URLs. It is designed for developers who want to extract the actual URLs behind Google News links.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published