PARAS-API-WRAPPER
A stable and updated wrapper around paras's api
The Team Incasx presents
Features
✅lyrics
✅meme
✅movie
✅advice
✅fact
Installation
npm install paras-api-wrapper
npm install https://github.com/parasop/paras-api-wrapper.git#master
Documentation
https://api.parasdocs.tech
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();
let lyrics = await api.lyrics("rockstar");
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();
Made with ❤ by
PARAS DOCS#5429