0.1.7
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 |
Platform/Software | Name |
---|---|
Hubot | https://github.com/github/hubot-scripts/blob/master/src/scripts/foass.coffee |
Thunderbird/Seamonkey | https://addons.mozilla.org/en-US/seamonkey/addon/qfo-quick-fuck-off |
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.
For the time being, in your PR, please include relevant documentation in public/index.html
.
All contributions are very welcome.