Skip to content

disruptek/datamuse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fcccd98 · Oct 5, 2020

History

10 Commits
Jul 5, 2020
May 8, 2020
May 8, 2020
May 8, 2020
May 9, 2020
May 8, 2020
Oct 5, 2020

Repository files navigation

datamuse

  • cpp +/ nim-1.0 Build Status
  • arc +/ cpp +/ nim-1.3 Build Status

An interface to the datamuse API.

Installation

$ nimble install datamuse

Usage

import std/asyncdispatch

import rest
import datamuse

var
  call = newDataMuseCall {"rel_rhy": rhyme}
let
  request = newRecallable(call)
  response = request.retried
echo waitfor response.body

Documentation

See the documentation for the datamuse module as generated directly from the source.

Tests

$ nimble test

License

MIT