Socket
Socket
Sign inDemoInstall

embedly-url

Package Overview
Dependencies
1
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    embedly-url

Extract properties from an embedly url


Version published
Weekly downloads
139
decreased by-52.88%
Maintainers
1
Install size
110 kB
Created
Weekly downloads
 

Readme

Source

embedly-url Build Status

Extract properties from an embedly url

Installation

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

npm install embedly-url --save

Usage

var embedlyUrl = require("embedly-url");

console.log(embedlyUrl.parse('//cdn.embedly.com/widgets/media.html?src=http%3A%2F%2Fwww.youtube.com%2Fembed%2F3rS6mZUo3fg%3Ffeature%3Doembed&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D3rS6mZUo3fg&image=http%3A%2F%2Fi.ytimg.com%2Fvi%2F3rS6mZUo3fg%2Fhqdefault.jpg&key=25bf3602073943478e54668402a4f5a8&type=text%2Fhtml&schema=youtube'));

Tests

npm install
npm test

Dependencies

  • he: A robust HTML entities encoder/decoder with full Unicode support.

Dev Dependencies

  • package-json-to-readme: Generate a README.md from package.json contents
  • semistandard: All the goodness of feross/standard with semicolons sprinkled on top.
  • snazzy: Format JavaScript Standard Style as Stylish (i.e. snazzy) output
  • tape: tap-producing test harness for node and browsers

License

MIT

Generated by package-json-to-readme

FAQs

Last updated on 24 Jan 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc