Adds some examples to the use cases (#54)

* Add two more FaaS use cases

* Add fib function example
This commit is contained in:
Finnian Anderson
2017-04-19 15:43:12 -05:00
committed by Alex Ellis
parent 2618156414
commit f96bfeb18a

View File

@ -25,6 +25,9 @@
| Project name and description | Author | Site | Date |
|----------------------------------------------------------------------|------------|-----------|-------------|
| [Github-Airtable Bug Tracker integration](https://github.com/aafrey/faas-demo) | Austin Frey | github.com/aafrey/faas-demo | 10-April-2017 |
| [Github - ascii art generator](https://github.com/developius/faas-node-ascii) | Finnian Anderson | [developius/faas-node-ascii](https://github.com/developius/faas-node-ascii) | 17-April-2017 |
| [Github - URL Shortener](https://github.com/developius/faas-node-url-shortener) | Finnian Anderson | [developius/faas-node-url-shortener](https://github.com/developius/faas-node-url-shortener) | 19-April-2017 |
| [Github - fibonacci numbers up to N](https://github.com/developius/faas-python-fib/) | Finnian Anderson | [developius/faas-python-fib/](https://github.com/developius/faas-python-fib/) | 19-April-2017 |
### Use-case template