Skip to content
forked from jacktuck/unfurl

🎉 Scraper for oEmbed, Twitter Cards and Open Graph metadata - fast and Promise-based ⚡

Notifications You must be signed in to change notification settings

Jerczu/unfurled

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unfurled

So, like, what does unfurl even mean?

Spread out from a rolled or folded state

Install

yarn add unfurled

Usage

unfurled(url, [opts])

var unfurled = require('unfurled')

unfurled('http://example.com')
  .then(console.log)
  .catch(console.error)

Or if you're cool and use ES7 async await

var unfurled = require('unfurled')

var result = await unfurled('http://example.com')

About

🎉 Scraper for oEmbed, Twitter Cards and Open Graph metadata - fast and Promise-based ⚡

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%