node-tenor
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

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();

Readme

Keywords

none

Package Sidebar

Install

npm i node-tenor

Weekly Downloads

1

Version

1.0.5

License

Unlicense

Unpacked Size

38.9 kB

Total Files

20

Last publish

Collaborators

  • zebp