Skip to content

Commit 355777f

Browse files
committed
Add auto-generated README.md
1 parent 13ec5fe commit 355777f

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

packages/video-intelligence/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# NodeJS Client for Google Cloud Video Intelligence API ([Alpha](https://github.com/GoogleCloudPlatform/google-cloud-node#versioning))
2+
3+
Idiomatic NodeJS client for [Google Cloud Video Intelligence API][Product Documentation]
4+
- [Client Library Documentation][]
5+
- [Product Documentation][]
6+
7+
## Quick Start
8+
In order to use this library, you first need to go through the following steps:
9+
10+
1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
11+
2. [Enable the video-intelligence api.](https://console.cloud.google.com/apis/api/video-intelligence)
12+
3. [Setup Authentication.](https://googlecloudplatform.github.io/google-cloud-node/#/docs/google-cloud/master/guides/authentication)
13+
14+
### Installation
15+
```
16+
$ npm install @google-cloud/videointelligence
17+
```
18+
19+
### Next Steps
20+
- Read the [Client Library Documentation][] for Google Cloud Video Intelligence API to see other available methods on the client.
21+
- Read the [Google Cloud Video Intelligence API Product documentation][Product Documentation] to learn more about the product and see How-to Guides.
22+
- View this [repository's main README](https://github.com/GoogleCloudPlatform/google-cloud-node/blob/master/README.md) to see the full list of Cloud APIs that we cover.
23+
24+
[Client Library Documentation]: https://googlecloudplatform.github.io/google-cloud-node/#/docs/video-intelligence
25+
[Product Documentation]: https://cloud.google.com/video-intelligence

0 commit comments

Comments
 (0)