Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

Awesome Lists containing this project

README

        


Unspirational


A 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 push

Profit ✅
```