1.1.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 http://foaas.com for API documentation and examples.
npm install
npm start
npm test
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 |
.NET | FOAASClient |
https://github.com/igorkulman/FOAASClient |
Java | JFOAAS |
https://github.com/AnUnknownMiner/FOAAS-Java |
Go | go-fuck-off |
https://godoc.org/github.com/ds0nt/go-fuck-off |
Erlang | foaas-erlang |
https://github.com/rikribbers/foaas-erlang |
Platform/Software | Name |
---|---|
Hubot | https://github.com/github/hubot-scripts/blob/master/src/scripts/FOAAS.coffee |
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://github.com/martinschaef/foaas-alex |
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/operations
as examples. We won't be merging operations without working specs. - Push to your fork and submit a PR.
All contributions are very welcome.