PARAS-API-WRAPPER
A stable and updated wrapper around paras's api
The Team Incasx presents
Features
Installation
- Stable
npm install paras-api-wrapper
- Dev
npm install https://github.com/parasop/paras-api-wrapper.git#master
Documentation
An example discord bot with this package
https://github.com/parasop/paras-api-example
Small code snippet examples
const { Base } = require('Paras-api-wrapper');
const api = new Base();
//return lyrics object
let lyrics = await api.lyrics("rockstar");
//return meme object
let meme = await api.meme(");
//return movie object
let movie= await api.movie("don");
//return advie object
let lyrics = await api.advice();
//return fact object
let lyrics = await api.fact();