1.1.41 • Published 4 years ago

metagetall v1.1.41

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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
1.1.41

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago