Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

urbandictionary-api

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

urbandictionary-api

UrbanDictionary API (Unofficial) tha finds the defination of any word in the website

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

UrbanDictionary API (Unofficial) tha finds the defination of any word in the website

How to Use

npm install urbandictionary-api --save

Example

const getUrbanDictionary = require("urbandictionary-api");

getUrbanDictionary("air");
Output
[
  'Air is mostly nitrogen and oxygen and water vapor. We breathe it.',
  'To ignore. Dismiss something/someone',
  "Commonly used in coastal Georgia to describe marijuana that 
has no effects because of it's poor quality.",
  'Awesome French electronic band. Basically, two guys with a guitar, bass and a whole lot of computers and key boards.',     
  'The stuff you breathe in your lungs!',
  'In reference to a jumpshot in basketball, to make no contact whatsoever with the rim, net, or even backboard.\n' +
    '\n' +
    "Antonym of 'nothing but net'",
  "another phrase to express someone getting 'murked' usually used by mc's when there makin a dub against another mc"
]

Keywords

api

FAQs

Package last updated on 25 Nov 2021

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