1.0.2 • Published 3 years ago

node-tenor.js v1.0.2

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

node-tenor.js

node.js library for using tenors public API. Making it easy to: search for GIFs, get the most recent trending GIFs and much more!

Installation npm install node-tenor.js

Documentation

Coming soon! Plus pro dev's use the source code.

Example

const TenorClient = require('node-tenor.js');
const client = new TenorClient('API_KEY');

client.search('funny')
  .then((gif) => {
	console.log(gif);
  })
  .catch((error) => {
	console.log(error);
  });

API Key

To get an API key register for an one at the following site: https://tenor.com/developer/keyregistration

Author

Author: iColtz

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago