From f96bfeb18a1114bc11d2e0c6d75958f799dc3525 Mon Sep 17 00:00:00 2001 From: Finnian Anderson Date: Wed, 19 Apr 2017 15:43:12 -0500 Subject: [PATCH] Adds some examples to the use cases (#54) * Add two more FaaS use cases * Add fib function example --- community.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/community.md b/community.md index 4262407c..575c16e6 100644 --- a/community.md +++ b/community.md @@ -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