Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 455 Bytes

File metadata and controls

10 lines (7 loc) · 455 Bytes

NOTE: To use these examples, you must run a simple local webserver. They WILL NOT work if you simply open them in a browser from the file system.

If you have python installed, here are simple steps to do this.

  1. Open a terminal shell
  2. Change to the examples directory (.../TimelineJS/examples)
  3. Type python -m SimpleHTTPServer 8000
  4. in your web browser, open http://localhost:8000/example_json.html (or whatever other file you want to see )