Goanimate Wrapper — Herokuapp

goanimate.setApiKey('YOUR_GOANIMATE_API_KEY'); goanimate.setApiSecret('YOUR_GOANIMATE_API_SECRET');

If you choose to explore the wrapper, here is the general user flow: goanimate wrapper herokuapp

Configure the GoAnimate Wrapper with your GoAnimate API credentials and HerokuApp environment variables: goanimate

"Herokuapp" refers to , a cloud platform where many developers hosted these wrappers to make them accessible online without requiring users to install software locally. The Rise and Fall of Heroku-Hosted Wrappers goanimate wrapper herokuapp

git init heroku git:remote -a <your-heroku-app-name> git add . git commit -m "Initial commit" git push heroku master