0.1.2 • Published 8 years ago

cordlr-mdn v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

cordlr-mdn NPM version Build Status

Cordlr mdn plugin

Installation

$ cordlr install cordlr-mdn

Then add it to your config.

{
  "plugins": [
    "cordlr-mdn"
  ],
  "mdn": {
    "format": "**{{title}}**:\n{{description}}\n{{url}}", // How to format the response
    "unknown": "Couldn't find anything for query `{{query}}`", // What do we do if there wasn't anything returned back
    "max": "1", // How many results to return, to return all use 'Infinity', default 1
    "code": false // Should we sent it in a code block
  }
}

License

MIT © Sean Wilson

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago