Skip to content

Commit

Permalink
Update Readme to include badge and link to package
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinahuber authored and mvolz committed Feb 19, 2018
1 parent 9d5aab8 commit abfc9ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,15 +1,15 @@
html-metadata
=============

# MetaData html scraper and parser for Node.js (supports Promises and callback style)
[![npm](https://img.shields.io/npm/v/html-metadata.svg)](https://www.npmjs.com/package/html-metadata)
> MetaData html scraper and parser for Node.js (supports Promises and callback style)
The aim of this library is to be a comprehensive source for extracting all html embedded metadata. Currently it supports Schema.org microdata using a third party library, a native BEPress, Dublin Core, Highwire Press, JSON-LD, Open Graph, Twitter, EPrints, PRISM, and COinS implementation, and some general metadata that doesn't belong to a particular standard (for instance, the content of the title tag, or meta description tags).

Planned is support for RDFa, AGLS, and other yet unheard of metadata types. Contributions and requests for other metadata types welcome!

## Install

npm install git://github.com/wikimedia/html-metadata.git
npm install html-metadata

## Usage

Expand Down

0 comments on commit abfc9ba

Please sign in to comment.