Skip to content

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

License

Notifications You must be signed in to change notification settings

iColtz/node-tenor.js

Repository files navigation

NPM Install Info

NPM Version NPM Downloads Deps

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

About

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

Resources

License

Stars

Watchers

Forks

Sponsor this project