A simple, flexible video player application using plain JavaScript and the Vimeo API for a job interview back in January of 2019. This is sitting on a free tier of Heroku, please allow up to 20 seconds to spin up.
Build a video player with Vimeo player.js that does the following:
- Tracks how far the user is through a video.
- Store the progress in a cookie on the users browser
- If the user comes back to the video or refreshes the page, start the video at the point where the user left off +/- 3 seconds
- Pops an alert to the user when the video hits its end