From f9d0d748ba862c17e6ae797d9e9b47546fa6029b Mon Sep 17 00:00:00 2001 From: Ryan Seys Date: Fri, 28 Nov 2014 23:59:02 -0500 Subject: [PATCH] Add gitnpm and gcloud-keystore examples --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5eb1c9e4fe6..495b9d22cb0 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,11 @@ If you need support for other Google APIs, check out the [Google Node.js API Cli $ npm install --save gcloud ``` -## Examples +## Example Applications -- [TodoMVC backend using gcloud-node][gcloud-todos] +- [gcloud-node-todos][gcloud-todos] - TodoMVC backend using gcloud-node. +- [gitnpm][gitnpm] - Easily lookup an npm package's GitHub repo using gcloud backend. +- [gcloud-keystore][gcloud-keystore] - Use Datastore as a simple key-value store. ## Authorization @@ -211,6 +213,8 @@ Apache 2.0 - See [COPYING](COPYING) for more information. [gcloud-pubsub-docs]: https://googlecloudplatform.github.io/gcloud-node/#/docs/pubsub [gcloud-storage-docs]: https://googlecloudplatform.github.io/gcloud-node/#/docs/storage [gcloud-todos]: https://github.com/GoogleCloudPlatform/gcloud-node-todos +[gitnpm]: https://github.com/stephenplusplus/gitnpm +[gcloud-keystore]: https://github.com/stephenplusplus/gcloud-keystore [dev-console]: https://console.developers.google.com/project [gce-how-to]: https://cloud.google.com/compute/docs/authentication#using