paras-api-wrapper

1.0.5 • Public • Published

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

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

Made with by

PARAS DOCS#5429

/paras-api-wrapper/

    Package Sidebar

    Install

    npm i paras-api-wrapper

    Weekly Downloads

    3

    Version

    1.0.5

    License

    ISC

    Unpacked Size

    3.42 kB

    Total Files

    5

    Last publish

    Collaborators

    • parasdocs