Skip to content

piyushsi/metagetall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

metagetall

A Node.js module to fetch HTML meta tags and custom meta tags from a remote URL.

Github stars

Installation

npm install metagetall --save

Usage

const metagetall = require('metagetall');
metagetall.fetch('https://altcampus.io').then(res=>{console.log(res);});

Response will be an Object containing all the meta tags from the URL. All tags are output in the example above.

Stack/Library/Module Used

"node-fetch": "^2.6.0"

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

About

A Node.js module to fetch HTML meta tags and custom meta tags from a remote URL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published