paras-api-wrapper
v1.0.5
Published
An API wrapper for the PARAS API to make your life easier while using it!
Downloads
4
Maintainers
Readme
PARAS-API-WRAPPER
A stable and updated wrapper around paras's api
The Team Incasx presents
Features
✅lyrics ✅meme ✅movie ✅advice ✅fact
Installation
- Stable
npm install paras-api-wrapper
- Dev
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();
//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();