https://github.com/disruptek/datamuse
an interface to the datamuse service
https://github.com/disruptek/datamuse
api client datamuse dictionary rest service thesaurus word
Last synced: 3 months ago
JSON representation
an interface to the datamuse service
- Host: GitHub
- URL: https://github.com/disruptek/datamuse
- Owner: disruptek
- License: mit
- Created: 2020-05-08T19:16:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-05T22:17:51.000Z (about 5 years ago)
- Last Synced: 2025-02-10T04:28:47.310Z (8 months ago)
- Topics: api, client, datamuse, dictionary, rest, service, thesaurus, word
- Language: Nim
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# datamuse
- `cpp +/ nim-1.0` [](https://travis-ci.org/disruptek/datamuse)
- `arc +/ cpp +/ nim-1.3` [](https://travis-ci.org/disruptek/datamuse)An interface to the datamuse API.
## Installation
```
$ nimble install datamuse
```## Usage
```nim
import std/asyncdispatchimport rest
import datamusevar
call = newDataMuseCall {"rel_rhy": rhyme}
let
request = newRecallable(call)
response = request.retried
echo waitfor response.body
```## Documentation
See [the documentation for the datamuse module](https://disruptek.github.io/datamuse/datamuse.html) as generated directly from the source.## Tests
```
$ nimble test
```## License
MIT