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 1 year 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T00:48:15.000Z (over 2 years ago)
- Last Synced: 2025-04-12T22:51:46.073Z (about 1 year 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
[](https://www.npmjs.com/package/gle-roboflow-rest-client)
[](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
```