dicionario-aberto
Query the Dicionário Aberto project API using a promisified (A+ compliant) interface.
Install
$ npm install --save dicionario-aberto
Usage
The search()
and define()
methods return promises to the objects deserialized from Dicionário Aberto's JSON responses.
var DicionarioAberto = ; DicionarioAberto ; DicionarioAberto ; DicionarioAberto ; DicionarioAberto ; DicionarioAberto ;
API
dicionarioAberto([options])
Factory function that creates a new Dicionário Aberto client object which provides search()
and define()
methods to query the Dicionário Aberto API.
options
Can be used to compose the created object.
baseUrl
Type: string
Default: http://dicionario-aberto.net/search-json
Base URL for the Dicionário Aberto RESTful API.
License
MIT © Luís Rodrigues