silverscreen

0.2.0 • Public • Published

silverscreen

Travis npm package Coveralls

Example

import SilverScreen from 'silverscreen'
 
typeForVideoURL('https://vimeo.com/165384179')
// => 'vimeo'
 
infoForVideoWithURL('https://vimeo.com/165384179') 
/* =>
{
  "sourceType": "vimeo",
  "videoID": 165384179,
  "url": "https://vimeo.com/165384179",
  "title": "Georgia Dow: Release Notes 2015",
  "publishedDate": "2016-05-04 21:35:32",
  "updatedDate": null,
  "description": "Psychotherapist Georgia Dow explores the psychology of making your customers happy. Every app leaves its user with a feeling. How can you craft your user experience of your product to help ensure that feeling is a positive one? Georgia offers concrete tips on doing exactly that,
   and explores ideas for building a happy community of customers around your apps.",
  "thumbnailImageURL": "https://i.vimeocdn.com/video/569280413_640.jpg"
}
*/

Demo

POST https://silverscreen-0-1-2.now.sh/infoForVideoWithURL { "args": [ "https://vimeo.com/165384179" ] }

Readme

Keywords

none

Package Sidebar

Install

npm i silverscreen

Weekly Downloads

2

Version

0.2.0

License

MIT

Last publish

Collaborators

  • burntcaramel