ishotdog

1.0.2 • Public • Published

Image of ishotdog

IsHotDog NPM Package

Quickstart

Before you begin

  1. [Select or create a Cloud Platform project][projects].
  2. [Enable billing for your project][billing].
  3. [Enable the Google Cloud Vision API API][enable_api].
  4. [Set up authentication with a service account][auth] 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

Package Sidebar

Install

npm i ishotdog

Weekly Downloads

1

Version

1.0.2

License

ISC

Unpacked Size

3.19 kB

Total Files

4

Last publish

Collaborators

  • dhsustainer