Skip to content

Commit 1b3dd3f

Browse files
authored
Fixes #48 (#249)
Fixes #234 Fixes #250 Addressed comments.
1 parent 6f8277c commit 1b3dd3f

17 files changed

+1440
-1841
lines changed

README.md

+16-31
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on Google Cloud Platform.
99

1010
[slack_badge]: https://img.shields.io/badge/slack-nodejs%20on%20gcp-E01563.svg
1111
[slack_link]: https://gcp-slack.appspot.com/
12-
[build_badge]: https://img.shields.io/travis/GoogleCloudPlatform/nodejs-docs-samples.svg?style=flat
13-
[build_link]: https://travis-ci.org/GoogleCloudPlatform/nodejs-docs-samples
12+
[build_badge]: https://img.shields.io/circleci/project/github/GoogleCloudPlatform/nodejs-docs-samples/master.svg?style=flat
13+
[build_link]: https://circleci.com/gh/GoogleCloudPlatform/nodejs-docs-samples
1414
[cov_badge]: https://img.shields.io/codecov/c/github/GoogleCloudPlatform/nodejs-docs-samples/master.svg?style=flat
1515
[cov_link]: https://codecov.io/github/GoogleCloudPlatform/nodejs-docs-samples?branch=master
1616
[cloud]: https://cloud.google.com/
@@ -32,22 +32,22 @@ on Google Cloud Platform.
3232
* [Google Container Engine](#google-container-engine)
3333
* [Google Cloud Functions (Alpha)](#google-cloud-functions-alpha)
3434
* [**Storage and Databases**](#storage-and-databases)
35-
* [Google Cloud Datastore (Beta)](#google-cloud-datastore-beta)
35+
* [Google Cloud Datastore](#google-cloud-datastore)
3636
* [Google Cloud Storage](#google-cloud-storage)
3737
* [**Big Data**](#big-data)
3838
* [Google BigQuery](#google-bigquery)
3939
* [Google Cloud Pub/Sub](#google-cloud-pubsub)
4040
* [**Machine Learning**](#machine-learning)
41-
* [Google Cloud Natural Language API (Beta)](#google-cloud-natural-language-api-beta)
41+
* [Google Cloud Natural Language API](#google-cloud-natural-language-api)
4242
* [Google Cloud Prediction API](#google-cloud-prediction-api)
4343
* [Google Cloud Speech API (Beta)](#google-cloud-speech-api-beta)
4444
* [Google Translate API](#google-translate-api)
4545
* [Google Cloud Vision API](#google-cloud-vision-api)
4646
* [**Management Tools**](#management-tools)
47-
* [Stackdriver Debugger (Beta)](#stackdriver-debugger-beta)
48-
* [Stackdriver Logging (Beta)](#stackdriver-logging-beta)
49-
* [Stackdriver Monitoring (Beta)](#stackdriver-monitoring-beta)
50-
* [Stackdriver Trace (Beta)](#stackdriver-trace-beta)
47+
* [Stackdriver Debugger](#stackdriver-debugger)
48+
* [Stackdriver Logging](#stackdriver-logging)
49+
* [Stackdriver Monitoring](#stackdriver-monitoring)
50+
* [Stackdriver Trace](#stackdriver-trace)
5151
* [**Networking**](#management-tools)
5252
* [Google Cloud DNS](#google-cloud-dns)
5353
* [Other sample applications](#other-sample-applications)
@@ -151,21 +151,6 @@ on Google Cloud Platform.
151151
### How to run the tests
152152

153153
1. Read the [Contributing Guide][contrib].
154-
1. Set the `TEST_BUCKET_NAME` environment variable to the name of a test Google
155-
Cloud Storage bucket:
156-
157-
Linux:
158-
159-
export TEST_BUCKET_NAME=your-bucket-name
160-
161-
Windows:
162-
163-
set TEST_BUCKET_NAME=your-bucket-name
164-
165-
Windows (PowerShell):
166-
167-
$env:TEST_BUCKET_NAME="your-bucket-name"
168-
169154
1. In a terminal, start Redis:
170155

171156
redis-server
@@ -198,14 +183,14 @@ Cloud Storage bucket:
198183

199184
### <img src="https://avatars2.githubusercontent.com/u/2810941?v=3&s=36" alt="Google Cloud Platform logo" title="Google Cloud Platform" align="left" height="36" width="36" style="margin-top: 9px;"/>Google Cloud Node.js client library
200185

201-
The idiomatic client for Google Cloud Platform services.
186+
The recommended, idiomatic client for Google Cloud Platform services.
202187

203188
* [Documentation](https://googlecloudplatform.github.io/gcloud-node/)
204189
* [Source code](https://github.com/GoogleCloudPlatform/gcloud-node)
205190

206191
### <img src="https://avatars0.githubusercontent.com/u/1342004?v=3&s=36" alt="Google logo" title="Google" align="left" height="36" width="36" style="margin-top: 9px;"/>Google API Node.js client library
207192

208-
Node.js client library for Google APIs.
193+
An older Node.js client library for making REST requests to Google APIs.
209194

210195
* [Documentation](http://google.github.io/google-api-nodejs-client/)
211196
* [Source code](https://github.com/google/google-api-nodejs-client)
@@ -261,7 +246,7 @@ View the [Cloud Functions Node.js samples][functions_samples].
261246

262247
### Storage and Databases
263248

264-
#### Google Cloud Datastore (Beta)
249+
#### Google Cloud Datastore
265250

266251
[Cloud Datastore][datastore_docs] is a NoSQL document database built for
267252
automatic scaling, high performance, and ease of application development.
@@ -305,7 +290,7 @@ View the [Cloud Pub/Sub Node.js samples][pubsub_samples].
305290

306291
### Machine Learning
307292

308-
#### Google Cloud Natural Language API (Beta)
293+
#### Google Cloud Natural Language API
309294

310295
[Cloud Natural Language API][language_docs] provides natural language
311296
understanding technologies to developers, including sentiment analysis, entity
@@ -361,7 +346,7 @@ View the [Cloud Vision API Node.js samples][vision_samples].
361346

362347
### Management Tools
363348

364-
#### Stackdriver Debugger (Beta)
349+
#### Stackdriver Debugger
365350

366351
[Stackdriver Debugger][debugger_docs] makes it easier to view the application
367352
state without adding logging statements.
@@ -371,7 +356,7 @@ View the [Stackdriver Debugger Node.js sample][debugger_sample].
371356
[debugger_docs]: https://cloud.google.com/debugger/docs/
372357
[debugger_sample]: debugger
373358

374-
#### Stackdriver Logging (Beta)
359+
#### Stackdriver Logging
375360

376361
[Stackdriver Logging][logging_docs] allows you to store, search, analyze,
377362
monitor, and alert on log data and events from Google Cloud Platform and Amazon
@@ -382,7 +367,7 @@ View the [Stackdriver Logging Node.js samples][logging_samples].
382367
[logging_docs]: https://cloud.google.com/logging/docs/
383368
[logging_samples]: logging
384369

385-
#### Stackdriver Monitoring (Beta)
370+
#### Stackdriver Monitoring
386371

387372
[Stackdriver Monitoring][monitoring_docs] collects metrics, events, and metadata
388373
from Google Cloud Platform, Amazon Web Services (AWS), hosted uptime probes,
@@ -394,7 +379,7 @@ View the [Stackdriver Monitoring Node.js samples][monitoring_samples].
394379
[monitoring_docs]: https://cloud.google.com/monitoring/docs/
395380
[monitoring_samples]: monitoring
396381

397-
#### Stackdriver Trace (Beta)
382+
#### Stackdriver Trace
398383

399384
[Stackdriver Trace][trace_docs] is a distributed tracing system for Google Cloud
400385
Platform that collects latency data from App Engine applications and displays it

datastore/README.md

+20-9
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,26 @@ View the [documentation][tasks_docs] or the [source code][tasks_code].
3333

3434
__Run the sample:__
3535

36-
Usage: `node tasks <command> [args]...`
37-
38-
Print usage:
39-
40-
node tasks
41-
42-
Example:
43-
44-
node tasks list
36+
Usage: `node tasks.js <command> [args]...`
37+
38+
```
39+
Commands:
40+
new <description> Adds a task with a description <description>.
41+
done <taskId> Marks the specified task as done.
42+
list Lists all tasks ordered by creation time.
43+
delete <taskId> Deletes a task.
44+
45+
Options:
46+
--help Show help [boolean]
47+
48+
Examples:
49+
node tasks.js new "Buy milk" Adds a task with description "Buy milk".
50+
node tasks.js done 12345 Marks task 12345 as Done.
51+
node tasks.js list Lists all tasks ordered by creation time
52+
node tasks.js delete 12345 Deletes task 12345.
53+
54+
For more information, see https://cloud.google.com/datastore/docs
55+
```
4556

4657
[tasks_docs]: https://cloud.google.com/datastore/docs/datastore-api-tutorial
4758
[tasks_code]: tasks.js

0 commit comments

Comments
 (0)