Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lekesoldat/unspirational
Unspirational Quotes as a Service (UQaaS)
https://github.com/lekesoldat/unspirational
api inspirational quotes rocket rust unspirational uqaas
Last synced: 25 days ago
JSON representation
Unspirational Quotes as a Service (UQaaS)
- Host: GitHub
- URL: https://github.com/lekesoldat/unspirational
- Owner: Lekesoldat
- License: mit
- Created: 2021-08-02T13:46:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-23T07:42:41.000Z (about 2 years ago)
- Last Synced: 2024-11-08T05:41:15.251Z (3 months ago)
- Topics: api, inspirational, quotes, rocket, rust, unspirational, uqaas
- Language: Rust
- Homepage:
- Size: 411 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
UnspirationalA free REST API for random Unspirational quotes. (Unspirational Quotes as a Service, UQaaS)
Usage:
```zsh
$ curl unspirational.herokuapp.com/quote
// returns {"quote":"Be yourself. No one else wants to be you."}
```Advanced Git Power User
> Make sure you have 'jq' installed.
Make all commit messages a random Unspirational quote.
```zsh
$ git config --global alias.pain !git commit -m \"$(curl -s unspirational.herokuapp.com/quote | jq -r '.quote')\"
```Intended workflow:
```zsh
$ git add .
$ git pain
$ git pushProfit ✅
```