1.0.5 • Published 2 years ago

paras-api-wrapper v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

PARAS-API-WRAPPER

A stable and updated wrapper around paras's api

Discord npm Github Stars GitHub issues Snyk Vulnerabilities for npm package NPM

The Team Incasx presents

Features

✅lyrics ✅meme ✅movie ✅advice ✅fact

Installation

  • Stable

npm install paras-api-wrapper

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();

Made with ❤ by

PARAS DOCS#5429

1.0.5

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago