Skip to content

tronalddump-io/client-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Official tronalddump.io api client for node.js

Tronalddump.io is a free api and web archive for the dumbest things Donald Trump has ever said ...

Installation

npm install tronalddump-io

Usage

const Tronald = require('tronalddump-io'),
      client = new Tronald();

// Retrieve a Tronald quote by its id
client.getQuote('wAgIgzV1S9OARKhfun3f0A').then((res) => {
    // to stuff here
}).catch((err) => {
    // handle error
});

// Perform a free text search
client.search('money').then((res) => {
    // to stuff here
}).catch((err) => {
    // handle error
});

License

This distribution is covered by the GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007.

Support & Contact

Having trouble with this repository? Check out the documentation at the repository's site or contact m@matchilling.com and we’ll help you sort it out.

Happy Coding

✌️

About

tronalddump.io API client library for node.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published