2.0.0
FOAAS (Fuck Off As A Service) provides a modern, RESTful, scalable solution to the common problem of telling people to fuck off.
Please see https://foaas.com for API documentation and examples.
npm install
npm start
npm test
docker build -t foaas:1 .
docker run -v $(pwd):/usr/src/app -p 5000:5000 foaas:1
API clients are available in a number of languages:
| Language | Name | Info |
|---|---|---|
| JS/Node | foaas-client |
https://www.npmjs.org/package/foaas-client |
| Ruby | foaas-client |
https://github.com/petedmarsh/foaas-client |
| PHP | foaas-php |
https://github.com/klaude/foaas-php |
| Python | foaas-python |
https://github.com/dmpayton/foaas-python |
| R | rfoaas |
https://github.com/eddelbuettel/rfoaas |
| CLI/bash | foaas.sh |
https://github.com/RaymiiOrg/foaas.sh |
| CLI | foass-cli |
https://github.com/palash25/foaas-cli |
| .NET | FOAASClient |
https://github.com/igorkulman/FOAASClient |
| Java | JFOAAS |
https://github.com/SSederberg/FOAAS-Java |
| Go | go-fuck-off |
https://godoc.org/github.com/ds0nt/go-fuck-off |
| Erlang | foaas-erlang |
https://github.com/rikribbers/foaas-erlang |
| Crystal | foaas_client |
https://github.com/mamantoha/foaas_client |
| Framework | Info |
|---|---|
| Polymer | https://github.com/benfonty/fooas-element |
| React | https://github.com/circa10a/react-foaas-card |
| Platform/Software | Name |
|---|---|
| Thunderbird/Seamonkey | https://addons.mozilla.org/en-US/seamonkey/addon/qfo-quick-fuck-off |
| TelegramBot | https://github.com/rajanand02/TelegramFoaasBot |
| Slack | https://github.com/revmischa/foaas-slack |
| Amazon Echo | https://www.amazon.com/dp/B01LZLFTMQ/ (source available here) |
| Terraform Provider | https://github.com/m13t/terraform-provider-foac |
To add a new FOAAS operation:
- Fork into your account
- Branch into a feature branch
feature/your_operation - See the operation files in
/lib/operations. - Add specs, using
/spec/operationsas examples. We won't be merging operations without working specs. - Push to your fork and submit a PR.
All contributions are very welcome.