Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guyettinger/gle-roboflow-rest-client

A Roboflow Rest API client
https://github.com/guyettinger/gle-roboflow-rest-client

api-client rest roboflow

Last synced: about 6 hours ago
JSON representation

A Roboflow Rest API client

Awesome Lists containing this project

README

        


logo

# GLE Roboflow Rest API Client
A Roboflow Rest API Client

[![Version](https://img.shields.io/npm/v/gle-roboflow-rest-client?style=flat&colorA=000000&colorB=000000)](https://www.npmjs.com/package/gle-roboflow-rest-client)
[![Downloads](https://img.shields.io/npm/dt/gle-roboflow-rest-client.svg?style=flat&colorA=000000&colorB=000000)](https://www.npmjs.com/package/gle-roboflow-rest-client)

## Installation
```shell
npm install gle-roboflow-rest-client
```

## Development
Install
```
npm install
```
Build Library
```
npm run build
```
Run Tests
```
npm run test
```