lets-get-meta

2.1.1 • Public • Published

lets-get-meta

Extract meta tags from an HTML string in Node.js (not browsers)

Installation

Download node at nodejs.org and install it, if you haven't already.

npm install lets-get-meta --save

Usage

var getMeta = require("lets-get-meta")
 
// Pass an HTML string that includes name and/or property metatags
getMeta("<meta name='page' content='index'><meta property='description' content='This is the index page'>")
 
// Get back an object
{
  page: "index",
  description: "This is the index page"
}
 

Tests

npm install
npm test

Dependencies

  • cheerio: Tiny, fast, and elegant implementation of core jQuery designed specifically for the server

Dev Dependencies

  • mocha: simple, flexible, fun test framework

License

MIT

Generated by package-json-to-readme

Package Sidebar

Install

npm i lets-get-meta

Weekly Downloads

117

Version

2.1.1

License

MIT

Last publish

Collaborators

  • zeke