Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

paras-api-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

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!

  • 1.0.5
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
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

Package last updated on 15 Jun 2022

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc