Skip to content
forked from tomdionysus/foaas

TYAAS (Thank You As A Service) provides a modern, RESTful, scalable solution to the common problem of saying Thank You.

License

Notifications You must be signed in to change notification settings

mattcoffey/tyaas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TYAAS

TYAAS (Thank You As A Service) provides a modern, RESTful, scalable solution to the common problem of saying Thank You.

Please see http://tyaas.com for API documentation and examples.

Installation

npm install

Run

npm start

Test

npm test

Contributing

Adding new operations

To add a new TYAAS operation:

  1. Fork into your account
  2. Branch into a feature branch feature/your_operation
  3. See the operation files in /lib/operations.
  4. Add specs, using /spec/operations as examples. We won't be merging operations without working specs.
  5. 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.

About

TYAAS (Thank You As A Service) provides a modern, RESTful, scalable solution to the common problem of saying Thank You.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • CoffeeScript 81.3%
  • HTML 18.7%