Mar 2023 - v2.3.2
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:
Platform | Info |
---|---|
Web | https://github.com/hamza1311/fuck-off |
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 |
Discord | https://discord.com/oauth2/authorize?client_id=997665947122937909&scope=bot%20applications.commands&permissions=277025466368 (source available here) |
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.