notcraig / urban

A simple Crystal library for the Urban Dictionary API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple Crystal library for the Urban Dictionary API

License:MIT License


Languages

Language:Crystal 100.0%