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

https://github.com/codedotjs/worday

:books: Daily dose of awesome words from command line!
https://github.com/codedotjs/worday

Last synced: 2 months ago
JSON representation

:books: Daily dose of awesome words from command line!

Awesome Lists containing this project

README

          













The daily dose of awesome words from the command line!

## Install
```
$ npm install --global worday
```

## Preview



## Usage

```
Usage : worday [sources]

Options :
-w, --wordthink Get word of the day from wordthink.com
-d, --dictionary Get word of the day from dictionary.com
-m, --merriam Get word of the day from merriam-webster.com

Fetch words by date :
$ worday -d 2016-10-10
$ worday -m 2017-01-01

Example :
$ worday -w

Note : no support of date for the flag -w or --wordthink
```

## Related

- __[`kote`](https://github.com/CodeDotJS/kote)__ `: Daily dose of motivation from command line!`

## License

MIT © [Rishi Giri](http://codedotjs.github.io)