Skip to content

zebp/node-tenor

Repository files navigation

node-tenor

npm GitHub Workflow Status NPM

A Node package for the tenor.com RESTful api.

Example

import { TenorClient } from "node-tenor";

async function main() {
    const client = new TenorClient();
    const { results } = await client.fetchTrending({ limit: 10 });

    console.log(results);
}

main();

About

A NodeJS wrapper for the https://tenor.com/ REST api

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published