Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down