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
- Host: GitHub
- URL: https://github.com/sierrasoftworks/bender
- Owner: SierraSoftworks
- License: mit
- Created: 2018-03-08T18:04:12.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T03:48:16.000Z (7 months ago)
- Last Synced: 2024-10-30T06:26:06.845Z (7 months ago)
- Topics: actix-web, apiblueprint, docker-container, hacktoberfest, quotes, rust
- Language: Rust
- Homepage: https://sierrasoftworks.com/projects/bender/
- Size: 1.64 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: docs/README.md
- License: LICENSE
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\).