Socket
Socket
Sign inDemoInstall

urbandictionary-api

Package Overview
Dependencies
1
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

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


Version published
Maintainers
1
Install size
8.81 MB
Created

Readme

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("javascript");
Output
[
  'a very offensive curse word',
  'The one word that makes people sing Adele whenever it is mentioned (usually as a greeting), much to the chagrin of the one 
who originally said it.',
  "It's a form of salutation of greeting in the English language, aslo used at telephone.",
  'what you say when your talking casually with friends and your mom walks in the room',
  'some way to greet your peers or fwiends',
  'A greeting used when first seeing somebody.',
  'Knowing that this is Urban Dictionary, hello is a sex position.'
]

Keywords

FAQs

Last updated on 25 Nov 2021

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