tejitak / node-cloud-vision-api

Node client for Google Cloud Vision API
112 stars 14 forks source link

Deprecate in favor of official Cloud Vision API clients #7

Closed jmdobry closed 8 years ago

jmdobry commented 8 years ago

Thanks for making this client!

Now, gcloud-node and google-api-nodejs-client both officially support the Cloud Vision API. For the best developer experience, these clients are the recommended way to use the Cloud Vision API in Node.js.

Please consider deprecating node-cloud-vision-api and pointing to the official clients:

npm deprecate node-cloud-vision-api "Deprecated in favor of official Cloud Vision API clients: https://github.com/GoogleCloudPlatform/gcloud-node and https://github.com/google/google-api-nodejs-client"
tejitak commented 8 years ago

@jmdobry Okay. I marked it as deprecated by running the command. Now it should be deprecated like below.

> npm install --save node-cloud-vision-api
npm WARN deprecated node-cloud-vision-api@0.2.0: Deprecated in favor of official Cloud Vision API clients: https://github.com/GoogleCloudPlatform/gcloud-node and https://github.com/google/google-api-nodejs-client
jmdobry commented 8 years ago

Awesome, thank you for your support. Cheers!