UNPKG

@junwatu/paribasa

Version:
43 lines (26 loc) 744 B
# Paribasa Paribasa is, you can call it as Javanese quotes. This module can be use as CLI or import the library to your application. ## Installation ``` $ npm install -g @junwatu/paribasa ``` ## CLI Randomize Paribasa ``` $ paribasa "Wéruh ing grubyug, ora wéruh ing rémbug" - Melu-melu tumindak nanging ora ngérti kang dikarepaké ``` Search Paribasa based on word ![nggoleki-paribasa.jpg](nggoleki-paribasa.jpg) or you can see API documentation on [API.md](API.md) ## Paribasa API v3.0.0 ``` import * as paribasa from 'paribasa' // random output console.log(paribasa.getRandomQuote()) // query paribasa.searchQuote('ala').then(r => console.log(r)) ``` --- ## License MIT License