https://github.com/veo-labs/openveo-api
NodeJs API for openveo projects
https://github.com/veo-labs/openveo-api
api-framework openveo
Last synced: 3 months ago
JSON representation
NodeJs API for openveo projects
- Host: GitHub
- URL: https://github.com/veo-labs/openveo-api
- Owner: veo-labs
- License: agpl-3.0
- Created: 2015-09-11T14:23:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-04-10T23:31:03.000Z (almost 3 years ago)
- Last Synced: 2025-06-08T16:02:54.330Z (7 months ago)
- Topics: api-framework, openveo
- Language: JavaScript
- Size: 4.6 MB
- Stars: 4
- Watchers: 7
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenVeo API
OpenVeo API is part of the [OpenVeo core](https://github.com/veo-labs/openveo-core), it aims to facilitate development of plugins.
OpenVeo API is not a plugin.
# Installation
No installation is required, OpenVeo API is part of [OpenVeo core](https://github.com/veo-labs/openveo-core).
# Usage
```javascript
var api = require('@openveo/api');
```
# API
Documentation is available on [Github pages](https://veo-labs.github.io/openveo-api/8.2.0/index.html).
# Contributors
Maintainer: [Veo-Labs](http://www.veo-labs.com/)
# License
[AGPL](http://www.gnu.org/licenses/agpl-3.0.en.html)