Skip to content

Creepy0964/randstuff.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

randstuff.js

Randstuff API on Node.JS using Axios.

Prerequisites

NodeJS and Axios library (npm i axios)

How to use

  1. Put randstuff.js in your project folder
import { Randstuff } from './randstuff.js';
const rnd = new Randstuff();
rnd.get_random_joke().then((joke) => console.log(`Joke: ${joke["joke"]["text"]}`));

For more information about returnable objects and functions, refer to randstuff.md.

About

Randstuff API on Node.JS using Axios.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published