Skip to content

Commit 273d0f0

Browse files
author
linxea
committed
Merge pull request #18 from nus-mtp/develop
Release Version 0.1 for presentation
2 parents e9a4d29 + 0ea30b8 commit 273d0f0

806 files changed

Lines changed: 2369 additions & 1 deletion

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: node_js
2+
node_js:
3+
- "0.11"
4+
- "0.10"
5+
- "4.2"
6+
env:
7+
DASHBOARD_DIR=dashboard
8+
before_script:
9+
- npm install
10+
script: cd dashboard && grunt test
11+
branches:
12+
only:
13+
- development

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# zoomable.js
1+
# zoomable.js [![Build Status][travis-image]][travis-url]
22
An open source Javascript-based zoomable video player and server, which utilizes websocket and DASH to stream videos for playback. A zoomable video player is a video player that allows user to zoom into and pan around the video to view selected in higher resolution and in more details.
33

44

@@ -20,3 +20,6 @@ An open source Javascript-based zoomable video player and server, which utilizes
2020

2121
## License
2222
`to be updated`
23+
24+
[travis-image]: https://travis-ci.org/nus-mtp/zoomable.js.svg?branch=master
25+
[travis-url]: https://travis-ci.org/nus-mtp/zoomable.js
Lines changed: 12 additions & 0 deletions
Loading
Lines changed: 8 additions & 0 deletions
Loading
Lines changed: 8 additions & 0 deletions
Loading

player/assets/images/ic_pause.svg

Lines changed: 7 additions & 0 deletions
Loading

player/assets/images/ic_play.svg

Lines changed: 7 additions & 0 deletions
Loading

player/assets/images/ic_replay.svg

Lines changed: 10 additions & 0 deletions
Loading
Lines changed: 16 additions & 0 deletions
Loading
Lines changed: 13 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)