2.0.3 • Published 10 months ago
urban-scraper v2.0.3
urban-scraper
A package for scraping terms and their definitions from the Urban Dictionary.
Installation
npm add urban-scraper
yarn add urban-scraper
pnpm add urban-scraper
Usage
// get a single term
await getTerm("urban");
// get multiple terms
await getTerm(["urban", "cool"]);
// get a specific term with markdown formatting
await getTerm("urban", { formatMarkdown: true });
// get multiple terms with markdown formatting
await getTerm(["urban", "cool"], { formatMarkdown: true });
// get a random term
await getRandom();
// get a random term with markdown formatting
await getRandom({ formatMarkdown: true });
Example response
{
found: true,
term: "Urban",
id: 11468038,
url: "https://www.urbandictionary.com/define.php?term=Urban&defid=11468038",
description: "when ur too lazy to type out urban dictionary",
example: 'I wonder how urban dictionary is defined in the urban dictionary. hmmm. "urban....clicks enter"',
createdAt: 2017-04-22T00:00:00.000Z,
author: {
name: "fghjkm",
url: "https://www.urbandictionary.com/author.php?author=fghjkm"
},
thumbs: { up: 8184, down: 911 }
}
2.0.3
10 months ago
2.0.2
10 months ago
2.0.1
10 months ago
2.0.0
10 months ago
1.2.3
2 years ago
1.2.2
2 years ago
1.2.1
2 years ago
1.2.0
2 years ago
1.1.5
2 years ago
1.1.4
2 years ago
1.1.3
2 years ago
1.1.2
2 years ago
1.1.1
2 years ago
1.1.0
2 years ago
1.0.7
2 years ago
1.0.6
2 years ago
1.0.5
2 years ago
1.0.4
2 years ago
1.0.3
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago