meta-tags
v1.0.0
Published
Read meta tags of a web page
Readme
meta-tags
Extract meta tags of a website by reading meta keywords, open-graph titles and descriptions.
Install
$ npm install meta-tagsUsage
var tags = require('meta-tags')
tags()
// => 500px, photography, communitysee test.js and test.html for more info.
