3.1.0 • Published 3 years ago

urban-dictionary-client v3.1.0

Weekly downloads
61
License
MIT
Repository
github
Last release
3 years ago

urban-dictionary-client

Greenkeeper badge Build Status codecov npm npm

Introduction

The world's dumbest client.

Urban Dictionary has an unofficial exposed API endpoint - http://api.urbandictionary.com/v0/define?term={word}.

API

import { search } from 'urban-dictionary-client';

const jaeResults = await search('jae');