Socket
Socket
Sign inDemoInstall

paras-api-wrapper

Package Overview
Dependencies
8
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    paras-api-wrapper

An API wrapper for the PARAS API to make your life easier while using it!


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
774 kB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 15 Jun 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc