Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/guyettinger/gle-roboflow-rest-client
- Owner: guyettinger
- License: mit
- Created: 2023-11-11T01:33:01.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-01T00:48:15.000Z (11 months ago)
- Last Synced: 2024-09-18T11:56:53.833Z (about 2 months ago)
- Topics: api-client, rest, roboflow
- Language: TypeScript
- Homepage:
- Size: 202 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```