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.
npm install
npm start
npm test
To add a new TYAAS 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.