1.0.0 • Published 7 years ago

gfyconvert v1.0.0

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
7 years ago

GFYConvert

CI

REQUIRES NODEJS v8.0.0 OR HIGHER

About

GFYConvert - Convert source URLs to GFYcat
By Jack Baron
Copyright (c) Jack Baron 2017
Licensed under ISC License

Installation

Install the package using
npm i gfyconvert

To add it as a dependency, use
yarn add gfyconvert or npm i -S gfyconvert

Once installed, require the package with

const gfyconvert = require('gfyconvert')

Usage

Call the function with the URL you want to convert as a parameter. It will return a promise with the converted GFYcat URL when upload and conversion is complete.

Example Call

const url = 'https://a.pomf.cat/cshuuj.webm'
gfyconvert(url)
  .then(url => {
    // Use 'url' as the resulting GFYcat url
  })
  .catch(console.error)

Credits

1.0.0

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago