1.0.1 • Published 3 years ago

@fullstackcraftllc/codevideo-backend v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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!