Socket
Socket
Sign inDemoInstall

hubot-pearson-dictionary

Package Overview
Dependencies
92
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    hubot-pearson-dictionary

A script that uses Pearson's Dictionary API to define words


Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
1
Install size
5.85 kB
Created
Weekly downloads
 

Readme

Source

hubot-pearson-dictionary

A Hubot script that uses Pearson's Dictionary API to define words. Requires an API key from http://developer.pearson.com/content-apis/get-started.

If you run into any issues when using this, please file a GitHub issue, as there may be some edge cases that I missed.

See src/pearson-dictionary.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-pearson-dictionary --save

Then add hubot-pearson-dictionary to your external-scripts.json:

[
  "hubot-pearson-dictionary"
]

Sample Interaction

user1>> hubot define sticker
hubot>> sticker:
        - (noun) a small piece of paper or plastic with a picture or writing on it that you can stick on to something
user2>> hubot define me ice
hubot>> ice:
        - (noun) water that has frozen into a solid state: Drive carefully – there’s ice on the road.
        - (phrasal verb) to cover a cake with icinga mixture made of liquid and sugar

Etc

This script isn't affiliated with Pearson in any way.

Keywords

FAQs

Last updated on 02 Oct 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc