From d2780ca81630aee14fa580c2df9d691621801639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loix?= Date: Fri, 15 Jul 2016 18:26:04 +0200 Subject: [PATCH] Added 2 applications examples that use glcoud-node. (#1434) - gstore-node : a entity modelling library - gstore-api : a REST api builder for Express Router to manage Datastore Entities --- README.md | 4 ++++ docs/home.html | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index 9a39542aa47..65f88a20f26 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ $ npm install --save gcloud - [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. - [hya-wave][hya-wave] - Cloud-based web sample editor. Part of the [hya-io][hya-io] family of products. +- [gstore-node][gstore-node] - Google Datastore Entities Modeling library. +- [gstore-api][gstore-api] - REST API builder for Google Datastore Entities. ## Authentication @@ -731,6 +733,8 @@ Apache 2.0 - See [COPYING](COPYING) for more information. [gcloud-kvstore]: https://github.com/stephenplusplus/gcloud-kvstore [hya-wave]: https://wav.hya.io [hya-io]: https://hya.io +[gstore-node]: https://github.com/sebelga/gstore-node +[gstore-api]: https://github.com/sebelga/gstore-api [dev-console]: https://console.developers.google.com/project [gce-how-to]: https://cloud.google.com/compute/docs/authentication#using diff --git a/docs/home.html b/docs/home.html index f6a183dbdd8..b7e26499341 100644 --- a/docs/home.html +++ b/docs/home.html @@ -142,6 +142,12 @@

Examples

  • gitnpm (source) - Easily lookup an npm package's GitHub repo using gcloud-node and Google App Engine.
  • +
  • + gstore-node - Google Datastore Entities Modeling library. +
  • +
  • + gstore-api - REST API builder for Google Datastore Entities. +