An open API service indexing awesome lists of open source software.

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

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!