Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
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

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

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