Live demo: http://dashing-map.herokuapp.com/
Created by: @andmcgregor
Uses the Google Maps API to display latitude and longitude coordinates.
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
Live demo: http://dashing-map.herokuapp.com/
Created by: @andmcgregor
Uses the Google Maps API to display latitude and longitude coordinates.
A Dashing widget to display weather information using World Weather Online API and Skycons. Live here.
TSA Wait times at a specific airport. Using the MyTSA API - https://www.dhs.gov/mytsa-api-documentation All data is crowd sourced through http://apps.tsa.dhs.gov/mytsa/
All you have to do is replace airport_code with your 3 character airport code. This is USA only.
This is a Dashing job to display Duolingo points for all languages studied by a user
Live demo:
http://camilledashing.herokuapp.com/dashboard
Usage
Stock Quote & Chart Dashing Dashboard consists of two widgets. While one displays a stock's current quote and other details; another displays its last 30-days closing stock prices.
This is the gist for NightWatch - a somewhat incomplete video security management widget. I've included some stuff that sort of works, but doesn't really, that was originally meant to let the management widget control adding, removing and altering or freezing the pattern that the video feeds take.
Sadly, mjpgs
aren't the nicest things, block ajax calls and generally just slow everything down.
The urls I've taken are from opentopia
.com (http://www.opentopia.com/hiddencam.php?showmode=animated&country=Canada&seewhat=newest
), please look at their disclaimers for legal information.
You'll probably want to use Chrome as your browser for this - mjpgs don't do so well in large numbers in firefox... and so everything ends up looking like garbage and won't load fast, and some mjpgs won't appear etc. In general, the page will load more or less in firefox, but it's just so much better in chrome.
Weatheroutlook Dashing Widget displays a 5-days weather outlook from Yahoo! Weather using Climacons Font.
#Introduction
Developing Chrome Extensions is REALLY fun if you are a Front End engineer. If you, however, struggle with visualizing the architecture of an application, then developing a Chrome Extension is going to bite your butt multiple times due the amount of excessive components the extension works with. Here are some pointers in how to start, what problems I encounter and how to avoid them.
Note: I'm not covering chrome package apps, which although similar, work in a different way. I also won't cover the page options api neither the new brand event pages. What I explain covers most basic chrome applications and should be enough to get you started.