metagetall

1.1.41 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i metagetall

Weekly Downloads

1

Version

1.1.41

License

MIT

Unpacked Size

4.03 kB

Total Files

4

Last publish

Collaborators

  • piyushsi