From 022418e4c51d9184bb026d281740f7c77ade2a27 Mon Sep 17 00:00:00 2001 From: Jonathan Wayne Parrott Date: Fri, 25 Sep 2015 10:19:57 -0700 Subject: [PATCH] Adding links to Node.js Getting Started in README.md. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6d48d6f5e72..3e6885f8801 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ $ npm install --save gcloud ## Example Applications +- [nodejs-getting-started][nodejs-getting-started] - A sample and [tutorial][nodejs-getting-started-tutorial] that demonstrates how to build a complete web application using Cloud Datastore, Cloud Storage, and Cloud Pub/Sub and deploy it to Google App Engine or Google Compute Engine. - [gcloud-node-todos][gcloud-todos] - A TodoMVC backend using gcloud-node and Datastore. - [gitnpm][gitnpm] - Easily lookup an npm package's GitHub repo using gcloud-node and Google App Engine. - [gcloud-kvstore][gcloud-kvstore] - Use Datastore as a simple key-value store. @@ -437,6 +438,8 @@ Apache 2.0 - See [COPYING](COPYING) for more information. [gcloud-search-docs]: https://googlecloudplatform.github.io/gcloud-node/#/docs/search [gcloud-storage-docs]: https://googlecloudplatform.github.io/gcloud-node/#/docs/storage +[nodejs-getting-started]: https://github.com/GoogleCloudPlatform/nodejs-getting-started +[nodejs-getting-started-tutorial]: https://cloud.google.com/nodejs/getting-started/hello-world [gcloud-todos]: https://github.com/GoogleCloudPlatform/gcloud-node-todos [gitnpm]: https://github.com/stephenplusplus/gitnpm [gcloud-kvstore]: https://github.com/stephenplusplus/gcloud-kvstore