Project

foaas

0.0
No commit activity in last 3 years
No release in over 3 years
Ruby interface to FOaaS - http://foaas.com
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
>= 0

Runtime

~> 1.0.7
 Project Readme

FOaaS Build Status Coverage Status Code Climate

Ruby Interface to FOAAS (http://foaas.herokuapp.com/)

What is FOAAS?

FOAAS(Fuck Off As A Service) provides a modern, RESTful, scalable solution to the common problem of telling people to fuck off.

Usage

/off/:name/:from

Fuck::Off.new(name: "You", from: "Me").call

/you/:name/:from

Fuck::You.new(name: "You", from: "Me").call

/this/:from

Fuck::This.new(from: "Me").call

/that/:from

Fuck::That.new(from: "Me").call

/everything/:from

Fuck::Everything.new(from: "Me").call

/everyone/:from

Fuck::Everyone.new(from: "Me").call

/donut/:name/:from

Fuck::Donut.new(name: "You", from: "Me").call

/shakespeare/:name/:from

Fuck::Shakespeare.new(name: "You", from: "Me").call

/linus/:name/:from

Fuck::Linus.new(name: "You", from: "Me").call

/king/:name/:from

Fuck::King.new(name: "You", from: "Me").call

/pink/:from

Fuck::Pink.new(from: "Me").call

/life/:from

Fuck::Life.new(from: "Me").call

/chainsaw/:name/:from

Fuck::Chainsaw.new(name: "You", from: "Me").call

/:thing/:from

Fuck::Thing.new(thing: "Anything", from: "Me").call

/thanks/:from

Fuck::Thanks.new(from: "Me").call

/flying/:from

Fuck::Flying.new(from: "Me").call

/fascinating/:from

Fuck::Fascinating.new(from: "Me").call

/outside/:name/:from

Fuck::Outside.new(name: "You", from: "Me").call

Contributing

FOAAS may add some new, fun features. Taking advantage of those new features may require updates. Please feel free to contribute. Caveat: tests or 'eff off ;)

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request