Live demo: http://dashing-map.herokuapp.com/
Created by: @andmcgregor
Uses the Google Maps API to display latitude and longitude coordinates.
//oauth2 auth | |
chrome.identity.getAuthToken( | |
{'interactive': true}, | |
function(){ | |
//load Google's javascript client libraries | |
window.gapi_onload = authorize; | |
loadScript('https://apis.google.com/js/client.js'); | |
} | |
); |
12 fps --> 24 fps via flowframes | |
ViTB32: yes | |
RN50: yes | |
steps: | |
321 | |
width_height: | |
[1280, 720] | |
clip_guidance_scale: | |
120000 | |
range_scale: |
0: ["Cannabis Leaf, pot leaf", "water color air bubbles"], | |
52: ["Cannabis Leaf | Pot Leaf", "oil on canvas"], | |
131: ["city clock by Gustave Doré | oil on canvas"], | |
209: ["clocks by beeple | clocks by johfra bosschart"], | |
244: ["clock by georgia o'keeffe | holographic vivid colors"], | |
283: ["water color air bubbles by Tomas Sanchez | water color bubble by Tomas Sanchez"], | |
339: ["Underwater by Tyler Edlin", "holographic water ripples", "Mandala Fractal Samsara vivid colors"], | |
441: ["hornwort made of marble Marble | dotting the surface of a fractal intelligence | James McCarthy seaweed painting"], | |
493: ["water Temple God by Johfra Bosschart, oil on canvas"], | |
643: ["alien planet ocean with an island"], |
// 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.