Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

doc: fix product name, etc.. in README.md #14

Merged
merged 1 commit into from
Jul 25, 2018
Merged
Show file tree
Hide file tree
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
10 changes: 2 additions & 8 deletions .cloud-repo-tools.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
{
"_product": "iot",
"id": "iot",
"name": "Google Cloud IoT",
"short_name": "Cloud IoT",
"docs_url": "https://cloud.google.com/iot/docs/",
"description": "Manages connecting to IoT devices and integrating with Google Cloud Platform",
"api_id": "iot.googleapis.com",
"requiresKeyFile": true,
"requiresProjectId": true,
"client_reference_url": "https://cloud.google.com/nodejs/docs/reference/iot/latest/",
"product": "cloudiot",
"client_reference_url": "https://cloud.google.com/nodejs/docs/reference/cloudiot/latest/",
"release_quality": "alpha"
}
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
[//]: # "To regenerate it, use `npm run generate-scaffolding`."
<img src="https://avatars2.githubusercontent.com/u/2810941?v=3&s=96" alt="Google Cloud Platform logo" title="Google Cloud Platform" align="right" height="96" width="96"/>

# [Google Cloud IoT: Node.js Client](https://github.com/googleapis/nodejs-iot)
# [Google Cloud IoT Core: Node.js Client](https://github.com/googleapis/nodejs-iot)

[![release level](https://img.shields.io/badge/release%20level-alpha-orange.svg?style&#x3D;flat)](https://cloud.google.com/terms/launch-stages)
[![CircleCI](https://img.shields.io/circleci/project/github/googleapis/nodejs-iot.svg?style=flat)](https://circleci.com/gh/googleapis/nodejs-iot)
[![AppVeyor](https://ci.appveyor.com/api/projects/status/github/googleapis/nodejs-iot?branch=master&svg=true)](https://ci.appveyor.com/project/googleapis/nodejs-iot)
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-iot/master.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-iot)

> Node.js idiomatic client for [Cloud IoT][product-docs].
> Node.js idiomatic client for [Cloud IoT Core][product-docs].

Manages connecting to IoT devices and integrating with Google Cloud Platform
[Google Cloud Internet of Things (IoT) Core](https://cloud.google.com/iot/docs) is a fully managed service for securely connecting and managing IoT devices, from a few to millions. Ingest data from connected devices and build rich applications that integrate with the other big data services of Google Cloud Platform.


* [Cloud IoT Node.js Client API Reference][client-docs]
* [Cloud IoT Core Node.js Client API Reference][client-docs]
* [github.com/googleapis/nodejs-iot](https://github.com/googleapis/nodejs-iot)
* [Cloud IoT Documentation][product-docs]
* [Cloud IoT Core Documentation][product-docs]

Read more about the client libraries for Cloud APIs, including the older
Google APIs Client Libraries, in [Client Libraries Explained][explained].
Expand Down Expand Up @@ -45,7 +45,7 @@ Google APIs Client Libraries, in [Client Libraries Explained][explained].

[Enable billing][billing]

1. Enable the Google Cloud IoT API.
1. Enable the Google Cloud IoT Core API.

[Enable the API][enable_api]

Expand All @@ -54,7 +54,7 @@ Google APIs Client Libraries, in [Client Libraries Explained][explained].

[projects]: https://console.cloud.google.com/project
[billing]: https://support.google.com/cloud/answer/6293499#enable-billing
[enable_api]: https://console.cloud.google.com/flows/enableapi?apiid=iot.googleapis.com
[enable_api]: https://console.cloud.google.com/flows/enableapi?apiid=cloudiot.googleapis.com
[auth]: https://cloud.google.com/docs/authentication/getting-started

### Installing the client library
Expand All @@ -63,7 +63,7 @@ Google APIs Client Libraries, in [Client Libraries Explained][explained].



The [Cloud IoT Node.js Client API Reference][client-docs] documentation
The [Cloud IoT Core Node.js Client API Reference][client-docs] documentation
also contains samples.

## Versioning
Expand All @@ -88,6 +88,6 @@ Apache Version 2.0

See [LICENSE](https://github.com/googleapis/nodejs-iot/blob/master/LICENSE)

[client-docs]: https://cloud.google.com/nodejs/docs/reference/iot/latest/
[product-docs]: https://cloud.google.com/iot/docs/
[client-docs]: https://cloud.google.com/nodejs/docs/reference/cloudiot/latest/
[product-docs]: https://cloud.google.com/iot/docs
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png