https://github.com/bubkoo/daily-saying
Fetch a daily saying from iciba.com and output it
https://github.com/bubkoo/daily-saying
Last synced: 9 months ago
JSON representation
Fetch a daily saying from iciba.com and output it
- Host: GitHub
- URL: https://github.com/bubkoo/daily-saying
- Owner: bubkoo
- License: mit
- Created: 2022-06-28T09:21:25.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-30T03:51:07.000Z (about 4 years ago)
- Last Synced: 2024-10-05T13:41:20.592Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 112 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Daily Saying
Fetch a daily saying from iciba.com and output it
## 🚧 Install
```shell
npm install -g daily-saying
```
## 🚀 Usage
```shell
Usage
$ daily-saying [options]
Options
--line-length, -l The max length of line
--help Show help info
Examples
$ daily-saying --line-length 56
$ daily-saying --help
$ daily-saying --version
```

## 🔖 License
The scripts and documentation in this project are released under the [MIT License](LICENSE)