Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fatelei/open-graph-parser

Parser for open graph website.
https://github.com/fatelei/open-graph-parser

Last synced: about 1 month ago
JSON representation

Parser for open graph website.

Awesome Lists containing this project

README

        

# open-graph-parser
Parser for [open graph data](http://ogp.me/).

## API

### parseFromString(content)

Parse open graph data from given content

### parseFromFile(filename, callback):

Parse open graph data from given file.

### parseFromUrl(url, callback)

Parse open graph data from given url

# TODO
+ Create command line tool.