quote-indo
v1.1.0
Published
A Simple Indonesian Quotes API Made by @Yuzaki01 with love❤
Downloads
34
Maintainers
Readme
A Simple Indonesian Quotes API.
Installation ⚡
$ npm install quote-indo
Usage 🔰
const quoteAPI = require('quote-indo');
(async () => {
const query = 'bucin'
const quote = await quoteAPI.Quotes(query);
console.log(quote);
})()
Quote List 📕
| No | Query | Description | | :-: | :-----: | :---------: | | 1 | bucin | Menampilkan Quote-quote bucin | | 2 | galau | Menampilkan Quote-quote menggalau | | 3 | kehidupan | Menampilkan Quote-quote tentang kehidupan | | 4 | random | Menampilkan Quotes secara acak |