Package Exports
- pagemunch
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pagemunch) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
PageMunch - Link Unfurling
Introduction
PageMunch is a simple API backed by an intelligent web crawler that lets you extract rich previews, entites and images from any url. Whether you want to grab the best title, description and image for a page, prices, authorship, enable video embeds or more.
Installation
$ npm install pagemunchUsage
const pm = require('pagemunch');
pm.set({key: 'YOUR_API_KEY'});
pm.extract('http://www.youtube.com/watch?v=9bZkp7q19f0', function(err, data) {
if (err) throw err;
console.log(data);
});More Details
For more information, libraries and documentation check out the PageMunch Documentation
License
Copyright PageMunch 2017.