@garyblackwood/roboflow.js
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

Roboflow.js

A JavaScript package for the Roboflow API.

API Key

Read the Roboflow documentation on instructions for obtaining an API key.

Usage

Install:

npm install --save @garyblackwood/roboflow.js

Use:

import { RoboflowClient } from "@garyblackwood/roboflow.js";

const roboflow = new RoboflowClient(process.env.ROBOFLOW_API_KEY);

const project = roboflow.workspace("<workspaceName>", "<projectName>");
console.log(project);

Development Quick Start

Install dependencies:

npm install

Build:

npm run build

Run unit tests:

# Populate `ROBOFLOW_API_KEY` in `.env.example` and rename the file to `.env`.
npm run test

Lint the code:

npm run lint

Readme

Keywords

Package Sidebar

Install

npm i @garyblackwood/roboflow.js

Weekly Downloads

3

Version

0.0.3

License

MIT

Unpacked Size

491 kB

Total Files

24

Last publish

Collaborators

  • garyblackwood