Skip to content

Commit 152cf6e

Browse files
Merge pull request #314 from ryanseys/moar-examples
Add gitnpm and gcloud-keystore examples
2 parents c126027 + f9d0d74 commit 152cf6e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ If you need support for other Google APIs, check out the [Google Node.js API Cli
2323
$ npm install --save gcloud
2424
```
2525

26-
## Examples
26+
## Example Applications
2727

28-
- [TodoMVC backend using gcloud-node][gcloud-todos]
28+
- [gcloud-node-todos][gcloud-todos] - TodoMVC backend using gcloud-node.
29+
- [gitnpm][gitnpm] - Easily lookup an npm package's GitHub repo using gcloud backend.
30+
- [gcloud-keystore][gcloud-keystore] - Use Datastore as a simple key-value store.
2931

3032
## Authorization
3133

@@ -211,6 +213,8 @@ Apache 2.0 - See [COPYING](COPYING) for more information.
211213
[gcloud-pubsub-docs]: https://googlecloudplatform.github.io/gcloud-node/#/docs/pubsub
212214
[gcloud-storage-docs]: https://googlecloudplatform.github.io/gcloud-node/#/docs/storage
213215
[gcloud-todos]: https://github.com/GoogleCloudPlatform/gcloud-node-todos
216+
[gitnpm]: https://github.com/stephenplusplus/gitnpm
217+
[gcloud-keystore]: https://github.com/stephenplusplus/gcloud-keystore
214218

215219
[dev-console]: https://console.developers.google.com/project
216220
[gce-how-to]: https://cloud.google.com/compute/docs/authentication#using

0 commit comments

Comments
 (0)