Skip to content

A simple dashboard for a Harry Potter House Cup at an upcoming house party.

Notifications You must be signed in to change notification settings

warandpeace/house-cup-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

house-cup-dashboard

A simple dashboard for a Harry Potter House Cup at an upcoming house party.

admin.html

Super basic admin application with no formatting. Should have a simple interface to allow someone (me) to use their mobile phone to update the point totals by posting to the Point Storage JSON endpoint.

index.html

The dashboard! This will be what everyone sees. Should show current point totals & an an ideal world would also a) dynamically update when points are added to the JSON endpoint and b) play some kind of animation of that house's logo fullscreened.

main.css

Main css for the dashboard, contains everything needed to make this look hella pretty.

Point Storage

Points are currently stored in a totally unsecured JSON endpoint courtesy of Dweet.io

Integrate against https://dweet.io/get/latest/dweet/for/house-cup-dashboard

{  
   this:"succeeded",
   by:"getting",
   the:"dweets",
   with:[  
      {  
         thing:"house-cup-dashboard",
         created:"2016-04-30T00:11:45.103Z",
         content:{  
            hufflepuff:400,
            gryffindor:900,
            ravenclaw:0,
            slytherin:1000
         }
      }
   ]
}

About

A simple dashboard for a Harry Potter House Cup at an upcoming house party.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published