Skip to content

Commit d2780ca

Browse files
sebelgastephenplusplus
authored andcommitted
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
1 parent d995fb6 commit d2780ca

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ $ npm install --save gcloud
3939
- [gitnpm][gitnpm] - Easily lookup an npm package's GitHub repo using gcloud-node and Google App Engine.
4040
- [gcloud-kvstore][gcloud-kvstore] - Use Datastore as a simple key-value store.
4141
- [hya-wave][hya-wave] - Cloud-based web sample editor. Part of the [hya-io][hya-io] family of products.
42+
- [gstore-node][gstore-node] - Google Datastore Entities Modeling library.
43+
- [gstore-api][gstore-api] - REST API builder for Google Datastore Entities.
4244

4345
## Authentication
4446

@@ -731,6 +733,8 @@ Apache 2.0 - See [COPYING](COPYING) for more information.
731733
[gcloud-kvstore]: https://github.com/stephenplusplus/gcloud-kvstore
732734
[hya-wave]: https://wav.hya.io
733735
[hya-io]: https://hya.io
736+
[gstore-node]: https://github.com/sebelga/gstore-node
737+
[gstore-api]: https://github.com/sebelga/gstore-api
734738

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

docs/home.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,12 @@ <h3 class="block-title">Examples</h3>
142142
<li>
143143
<a href="http://gitnpm.com/">gitnpm</a> (<em><a href="https://github.com/stephenplusplus/gitnpm">source</a></em>) - Easily lookup an npm package's GitHub repo using gcloud-node and Google App Engine.
144144
</li>
145+
<li>
146+
<a href="https://github.com/sebelga/gstore-node">gstore-node</a> - Google Datastore Entities Modeling library.
147+
</li>
148+
<li>
149+
<a href="https://github.com/sebelga/gstore-api">gstore-api</a> - REST API builder for Google Datastore Entities.
150+
</li>
145151
</ul>
146152
</div>
147153
</section>

0 commit comments

Comments
 (0)