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

https://github.com/sierrasoftworks/bender

Bender as a Service - your friendly neighborhood insult provider
https://github.com/sierrasoftworks/bender

actix-web apiblueprint docker-container hacktoberfest quotes rust

Last synced: about 2 months ago
JSON representation

Bender as a Service - your friendly neighborhood insult provider

Awesome Lists containing this project

README

        

---
description: 'Welcome to Bender, your (un)friendly neighbourhood quote provider.'
---

# Bender

Bender is a lightweight web service intended, primarily, to act as a "Hello World" example for various web API frameworks. Of course, it is also a source of randomly selected Futurama quotes, which never gets old!

## Example

The quickest place to start is by clicking [this 🔴 button](https://bender.sierrasoftworks.com/api/v1/quote), but if you'd prefer something you can toss into your filthy terminal history, then please, be my guest...

```bash
λ curl -H 'Accept: text/plain' https://bender.sierrasoftworks.com/api/v1/quote
What's wrong? Did you swallow another cell phone? – Leela
```

## Self-Hosting

If you just can't help but flit away your pocket money on pushing pointless bits around the internet, you can run your own Bender instance by following [our instructions](hosting/getting-started.md) \(or just doing your own thing\).