office_quotes
v1.0.5
Published
Fetch a random quote from the office everytime you call the function
Readme
This a simple package that fetches a random quote from the Tv show "Office" , everytime you call it.
const office_quotes = require("office_quotes");
const fetchData = async () => {
const data = await office_quotes();
console.log(data);
};
