This is a simple example for using Videogular Cuepoints, derived from the Videogular Controls example. To use it, fetch dependencies through Bower, and then serve the folder with a web server (such as the one built in to Python):
bower install
python -m SimpleHTTPServer
Open index.html
in a Web browser (in this case at http://localhost:8000/
). You should see a Videogular player with two red lines (the cuepoints) on its scrub bar.
To use this example with a development version of Videogular Cuepoints, it's easiest to use the bower link
command. In your Videogular Cuepoints directory, run:
bower link
Then in this repository, run:
bower link videogular-cuepoints
Bower will now use the version of Videogular Cuepoints on your system.