Giter Site home page Giter Site logo

splashboard's Introduction

Splashboard

Splashboard is an HTML5 app for displaying information in a pleasant way.

Currently it can display the following information:

  • Local weather condition and temperature (U.S. only)
  • Time
  • Date
  • Photos (provided directly or from Picasa Album JSON feed)
  • Severe weather alerts (U.S. only)

Additionally, Splashboard supports a feature called nightmode, in which the display goes dark.

How to Build

Install dependencies

npm install
bower install

Build

grunt build

Deploy

Copy the files from the dist/ directory to your server.

Usage

The fragment part of the url (after the '#') is how you specify a configuration file. There are four ways to specify configuration:

Config file

Example:

{
    picasa: ['http://picasaweb.google.com/data/feed/base/user/112870609367691483673/albumid/5699371792810315905?alt=json&kind=photo&hl=en_US'],
    images: ['http://lorempixel.com/800/600/'],
    zip: 90210,
    delay: 5000,
    nightmode: [23, 6]
}

picasa - Picasa Web Album feed. Make sure you use "alt=json"

images - URLs to images to display in addition to images found in any picasa album feeds

zip - Zip code used for weather and weather alerts

delay - How many miliseconds between displaying images

nightmode - Two element array. First element is the hour in which nightmode starts, followed by the hour in which nightmode ends.

Devices

Splashboard works on a number of different devices. I run it frequently as a screensaver on my Mac through WebSaver

I'm also working on running it on Chumby powered devices, through a Chromeless QtWebkit app.

Roadmap

Here are some ideas I working on:

  • Monitor webcams and display webcam images on motion detection
  • Display of popup information

splashboard's People

Contributors

pearmaster avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.