Skip to content

POST api in Node.js to return all meta tags and open graph parameters in a given URL

Notifications You must be signed in to change notification settings

jeffy-mathew/meta-tag-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meta-tag-parser

POST api in Node.js to return all meta tags and open graph parameters in a given URL

Modify port parameter in config.json in the root folder to change the port to use

run npm install

run node app.js to start the app.

Send a post request to http://host_name:port_no/get_meta_data

with body as

{
    "url" :  "https://sample_url_here"
} 

To fetch the metadata of the given url

About

POST api in Node.js to return all meta tags and open graph parameters in a given URL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published