All Projects → mvrilo → Urban

mvrilo / Urban

Licence: mit
Command line tool and API for the Urban Dictionary

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Urban

Tmsu
TMSU lets you tags your files and then access them through a nifty virtual filesystem from any other application.
Stars: ✭ 1,588 (+1160.32%)
Mutual labels:  command-line
Bed
bash only text editor
Stars: ✭ 122 (-3.17%)
Mutual labels:  command-line
Http Server
a simple zero-configuration command-line http server
Stars: ✭ 11,280 (+8852.38%)
Mutual labels:  command-line
Cum
comic updater, mangafied
Stars: ✭ 117 (-7.14%)
Mutual labels:  command-line
Bull Repl
Bull / BullMQ queue command line REPL
Stars: ✭ 121 (-3.97%)
Mutual labels:  command-line
Chest
Bash glue to encrypt and hide files
Stars: ✭ 123 (-2.38%)
Mutual labels:  command-line
Admiral.cr
A robust DSL for writing command line interfaces written in Crystal.
Stars: ✭ 112 (-11.11%)
Mutual labels:  command-line
Dynein
DynamoDB CLI written in Rust.
Stars: ✭ 126 (+0%)
Mutual labels:  command-line
Spectre.cli
An extremely opinionated command-line parser.
Stars: ✭ 121 (-3.97%)
Mutual labels:  command-line
Deli
Deli is an easy-to-use Dependency Injection(DI).
Stars: ✭ 125 (-0.79%)
Mutual labels:  command-line
Warp
Secure and simple terminal sharing
Stars: ✭ 1,548 (+1128.57%)
Mutual labels:  command-line
Simple
The Simple Intelligent and Modular Programming Language and Environment
Stars: ✭ 120 (-4.76%)
Mutual labels:  command-line
Flow Cli
The Flow CLI is a command-line interface that provides useful utilities for building Flow applications
Stars: ✭ 123 (-2.38%)
Mutual labels:  command-line
Dnd Tools
Interactive CLI tools for Dungeons and Dragons 5e
Stars: ✭ 115 (-8.73%)
Mutual labels:  command-line
Nnn
n³ The unorthodox terminal file manager
Stars: ✭ 13,138 (+10326.98%)
Mutual labels:  command-line
Meh
🎑 a simple, minimalist, super fast image viewer using raw XLib
Stars: ✭ 113 (-10.32%)
Mutual labels:  command-line
Apk Changer
Command line program for modifying apk files
Stars: ✭ 122 (-3.17%)
Mutual labels:  command-line
Typin
Declarative framework for interactive CLI applications
Stars: ✭ 126 (+0%)
Mutual labels:  command-line
Couchimport
CouchDB import tool to allow data to be bulk inserted
Stars: ✭ 125 (-0.79%)
Mutual labels:  command-line
Clrcli
CLRCLI is an event-driven library for building line-art user interfaces in C#/.Net command-line applications.
Stars: ✭ 124 (-1.59%)
Mutual labels:  command-line

urban

The Urban Dictionary program and library for node.js. The API is official, but undocumented.

installation

$ npm install -g urban # bin
$ npm install urban # lib

examples

bin

$ urban facepalm
$ urban -r // random mode

lib

var urban = require('urban'),
    trollface = urban('trollface');

trollface.first(function(json) {
    console.log(json);
});


// Random mode
var urban = require('urban');

urban.random().first(function(json) {
    console.log(json);
});

license

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].