From 2ea5b4c9f99fc58d7a6cbc5481bcbc96096f8e55 Mon Sep 17 00:00:00 2001 From: Ryan Seys Date: Sat, 27 Sep 2014 12:53:07 -0400 Subject: [PATCH] docs(readme): add examples section and todomvc --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f3fec9bda67..b5d377b77d6 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,10 @@ If you need support for other Google APIs, check out the [Google Node.js API Cli $ npm install --save gcloud ``` +## Examples + +- [TodoMVC backend using gcloud-node][gcloud-todos] + ## Authorization ### On Google Compute Engine @@ -108,3 +112,4 @@ See [CONTRIBUTING](CONTRIBUTING.md) for more information on how to get started. Apache 2.0 - See [COPYING](COPYING) for more information. [googleapis]: https://github.com/google/google-api-nodejs-client +[gcloud-todos]: https://github.com/GoogleCloudPlatform/gcloud-node-todos