disruptek / datamuse

an interface to the datamuse service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

an interface to the datamuse service

License:MIT License


Languages

Language:Nim 100.0%