Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
demo: replace Game of Thrones dashboards by Apple TV screensaver
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Jan 5, 2017
1 parent 3142a00 commit 72fe5c4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions lib/db/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,31 +73,31 @@ function initialize() {
});
})
.then(function() {
var g = new models.Group('Game of Thrones',
{ description: 'Countdown until the next episode of Game of Thrones' });
var g = new models.Group('Apple Aerial',
{ description: 'Apple aerial videos' });
return g.create()
.then(function() {
return g
.addDashboard('http://www.gameofthronescountdown.com/#tully',
{ description: 'House Tully',
.addDashboard('http://a1.phobos.apple.com/us/r1000/000/Features/atv/AutumnResources/videos/comp_GL_G004_C010_v03_6Mbps.mov',
{ description: 'Greenland',
timeout: 120 });
})
.then(function() {
return g
.addDashboard('http://www.gameofthronescountdown.com/#lannister',
{ description: 'House Lannister',
.addDashboard('http://a1.phobos.apple.com/us/r1000/000/Features/atv/AutumnResources/videos/comp_DB_D011_D009_SIGNCMP_v15_6Mbps.mov',
{ description: 'Dubai',
timeout: 120 });
})
.then(function() {
return g
.addDashboard('http://www.gameofthronescountdown.com/#stark',
{ description: 'House Stark',
.addDashboard('http://a1.phobos.apple.com/us/r1000/000/Features/atv/AutumnResources/videos/comp_LA_A005_C009_v05_t9_6M.mov',
{ description: 'Los Angeles',
timeout: 120 });
})
.then(function() {
return g
.addDashboard('http://www.gameofthronescountdown.com/#targaryen',
{ description: 'House Targaryen',
.addDashboard('http://a1.phobos.apple.com/us/r1000/000/Features/atv/AutumnResources/videos/b1-4.mov',
{ description: 'San Francisco',
timeout: 120 });
});
})
Expand Down

0 comments on commit 72fe5c4

Please sign in to comment.