Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/SVendittelli/MMM-wordnik

MagicMirror Module for Word of the Day
https://github.com/SVendittelli/MMM-wordnik

Last synced: about 2 months ago
JSON representation

MagicMirror Module for Word of the Day

Awesome Lists containing this project

README

        

MMM-wordnik
===
[MagicMirror](https://github.com/MichMich/MagicMirror) Module to display the word of the day, its definition, and origin. Uses the wordnik API.

Dependancies:
---
* [python-shell](https://www.npmjs.com/package/python-shell) --- `npm install python-shell`
* [wordnik-python3](https://github.com/wordnik/wordnik-python3) --- `sudo pip install wordnik-py3`

Setup:
---
* Get an api key from [wordnik](http://developer.wordnik.com/).
* Add the following to your config:
````javascript
{
module: "MMM-wordnik",
position: "lower_third",
config: {
api_key: ""
}
}
````

TODO:
---
* Give examples? (Python is already capable)
* * _Clean up code_