/wrapper-server

GoAPI server wrapper designed to interact with Vyond's Legacy Video Maker (written in Node.JS)

Primary LanguageJavaScriptMIT LicenseMIT

Wrapper

Wrapper is a rewrite of the GoAnimate/Vyond API in JavaScript.

Prerequisites

  • node.js
  • npm
    • npm is included with node.js
  • a brain

Asset server

By default, the asset server is hosted on 127.0.0.1:3000. If you would like to host the asset server yourself, then click here, follow README.md and change config.json to reflect the change.

Start

Ensure you have everything listed in the prerequisites, then clone or download this repository. Once finished, unzip the folder (if needed) and execute the following commands in your command prompt:

cd "/path/to/Wrapper-Online"
npm install
npm start