Skip to content

kaltura/kaltura-console

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kaltura API Console

This is an implementation of LucyBot's lucy-console

Installation

The following will start the server on port 3000

git clone https://github.com/bobby-brennan/kaltura-console && cd kaltura-console
npm install
node server.js

You can also set environment variable KALTURA_CONSOLE_PORT to select a different port

export KALTURA_CONSOLE_PORT=80

Structure

  • ./static/swagger.json: A Swagger representation of Kaltura's API schema, via kaltura-spec-converter
  • ./static/README.md: A markdown file that controls the console's README section
  • ./codegen.js: Generates sample code that uses Kaltura's client libraries
  • ./server.js: The main entry point of this application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.0%
  • Ruby 17.7%
  • PHP 15.8%
  • CSS 0.5%