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!
- Host: GitHub
- URL: https://github.com/codedotjs/worday
- Owner: CodeDotJS
- Created: 2017-06-01T19:11:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-01T23:56:06.000Z (over 8 years ago)
- Last Synced: 2025-01-18T10:12:55.370Z (11 months ago)
- Language: JavaScript
- Size: 119 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)