@fullstackcraftllc/codevideo-backend
v1.0.1
Published
The backend engine to create videos on codevideo.io
Downloads
3
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
!
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:
npm install --save @fullstackcraftllc/codevideo-backend
Usage
Usage in an Express POST handler: (this is actually exactly how the backend handler from codevideo.io is implemented)
Coming shortly!