This is an API wrapper for GoAnimate's (now Vyond's) Legacy Video Maker, which had been retired on 19th December 2019, 03:10 UTC. Unlike other services that attempt to sole the same problem, this project allows the LVM to access data peristence and is very portable. Please keep in mind that not all features designed to run on the original API have been yet implemented.
To access this service, I have provided two options:
- Navigate to this site on EvenNode to view a pre-configured server.
- If it doesn't work, install Node.JS then clone/download this project. Once done, unzip the folder, copy the path, and execute the following commands in your command prompt (where
{PATH}
is the folder path you copied):
cd {PATH}
npm install
npm start