Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

giffy-break

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

giffy-break

Watch random gifs in a browser while your promise is resolving

  • 0.4.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

giffy-break Build Status

Watch random gifs in a browser while your promise is resolving

Inspired by vdemedes/gifi.

Install

$ npm install --save giffy-break

Usage

const giffyBreak = require('giffy-break');
const delay = require('delay');
const opn = require('opn');

giffyBreak(delay(6e4), 'dc6zaTOxFJmzC').then(opn);
// enjoy a gif slideshow in your browser for a minute

API

giffyBreak(input, apiKey, [options])

Starts a local server and returns a promise that resolves to its url.

input

Type: promise
Required

A promise to show gifs while it is resolving.

apiKey

Type: string
Required

A giphy.com API key.

options
startMessage

Type: string
Default: 'Hi'

Message to show before all the gifs.

resolveMessage

Type: string or function
Default: 'Here you go'

Message to show on success. If a function is passed, it'll be supplied with input's resolved value.

rejectMessage

Type: string
Default: 'Le wild error appears'

Message to show on failure. If a function is passed, it'll be supplied with input's rejected value.

interval

Type: number
Default: 5000

Time between gifs in milliseconds.

  • giffy-break-cli — a CLI for this module.

License

MIT © Dmitriy Sobolev

Keywords

FAQs

Package last updated on 08 Mar 2016

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc