https://github.com/codevideo/codevideo-backend
The backend engine to create videos on codevideo.io
https://github.com/codevideo/codevideo-backend
Last synced: 6 months ago
JSON representation
The backend engine to create videos on codevideo.io
- Host: GitHub
- URL: https://github.com/codevideo/codevideo-backend
- Owner: codevideo
- Created: 2022-12-29T09:51:04.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-30T13:04:19.000Z (over 3 years ago)
- Last Synced: 2025-03-08T06:35:03.544Z (over 1 year ago)
- Language: HTML
- Size: 167 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# codevideo-backend

The backend engine to create videos on codevideo.io
*NOTE: This is the **backend** engine. If you're looking for the **frontend** engine, check out [`codevideo-frontend`](https://github.com/codevideo/codevideo-frontend)!
**_This package is about as unstable as you can get. Consider it even below alpha status. It is brand new and under considerable development._**
## Get Started
Install this package:
```shell
npm install --save @fullstackcraftllc/codevideo-backend
```
## Usage
Usage in an Express POST handler: (this is actually exactly how the backend handler from [codevideo.io](https://codevideo.io) is implemented)
Coming shortly!