Skip to content

parasop/paras-api-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published