1.0.2 • Published 4 years ago

ishotdog v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Image of ishotdog

IsHotDog NPM Package

Quickstart

Before you begin

  1. Select or create a Cloud Platform projectprojects].
  2. Enable billing for your projectbilling].
  3. Enable the Google Cloud Vision API APIenable_api].
  4. Set up authentication with a service accountauth] so you can access the API from your local workstation.

Installing the client library

npm install ishotdog

Using the client NodeJS library

const isHotDog = require('ishotdog')

const gcKeyFile = './GCKeyFile.json'

const projectId = "myProjectId"
const image = "IMAGE_URL"

isHotDog.notHotDog(gcKeyFile, projectId, image)
.then(isHotDog => console.log(isHotDog))

License

ISC

See LICENSE

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago