3.0.3 • Published 2 years ago

gif-search v3.0.3

Weekly downloads
43,592
License
MIT
Repository
github
Last release
2 years ago

gif-search

A javascript module for searching gif images

Getting Started

import * as gifSearch from 'gif-search';

// Set your Giphy API Key
gifSearch.setAPIKey('api-key');

// 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 gif-search

Running the tests

npm test

Built With

Contributing

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

Development

Clone the repository in an empty directory.

Commit changes then create a pull request.

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.

3.0.3

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

2.1.0

5 years ago

2.0.1

6 years ago

2.0.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago