Socket
Book a DemoInstallSign in
Socket

gifs-search

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gifs-search

A javascript module for searching gif images

2.0.4
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

A javascript module for searching gif images

Getting Started

import gifSearch from 'gifs-search';

//set your giphy key
gifSearch.apiKey("3XHgNK953tmBjosVWO1IGR5q3eL0vU5i")

// Search for a gif
gifSearch.query('cat').then(
    gifUrl => console.log(gifUrl)
);

// Search for a random gif
gifSearch.random('cat').then(
    gifUrl => console.log(gifUrl)
);

Installing

npm install gifs-search

Running the tests

npm test

Built With

  • Gipy API
  • Rollup - module bundler
  • Request - make http calls

Contributing

Please read CONTRIBUTING.md for details on contributing to the repository.

Development

Clone the repository in an empty directory.

Note:

There is an issue with the aws-sign2 module used in the request module with rollup.

To get this working in your local development environment, you may need to manually fix the issue until the fix gets published on npm.

Versioning

The project uses Semver for versioning. To check the released versions, see the tags on this repository.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Keywords

gif

FAQs

Package last updated on 11 Jun 2019

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.