/urban

A simple Crystal library for the Urban Dictionary API

Primary LanguageCrystalMIT LicenseMIT

urban

A Crystal library for using the Urban Dictionary API.

Installation

Add this to your application's shard.yml:

dependencies:
  urban:
    github: z64/urban

Usage

require "urban"

Urban.define("crystal") # => Listing

Urban.random # => Array(Defintion)

Contributors

  • z64 - creator, maintainer