Giter Club home page Giter Club logo

atlasboard-gonzo-packages's Introduction

Atlasboard Gonzo Package

Installation

To add the sub-module, from your root dashboard directory type:

git submodule add https://github.com/gonzoinc/atlasboard-gonzo-packages.git packages/gonzo

Available Widgets

Weather

Shows a 4 day weather forecast from wunderground.com

Job: wunderground

####Expected configuration:

 {
   "widgetTitle" : "Local Weather",
   "interval" : 3600000,
   "zipCode" : "ZIPCODE GOES HERE"
 }

####API key in global auth

     "wunderground" : {
       "wundergroundapikey" : "API KEY GOES HERE"
       }

Stock Ticker

Displays an individual stock symbol ticker with current and high/low alphavantage.co

Job: stocks

####Expected configuration:

      "stocks" :   {
        "widgetTitle" : "Stock Price",
        "interval" : 60000,
        "symbol" : "GOOGL"
      }

####API key in global auth

    "stocks": {
        "stocksApiKey" : "API KEY GOES HERE"
        }

Go Comic Display

Displays comics from gocomics. You can confgure this to show any of the comics listed here - http://www.gocomics.com/comics/a-to-z Find the comics you wish to display form the above url, go into the comic itself and grab the comic name from the URL, EX: http://www.gocomics.com/bloomcounty Enter the name exactly as shown in the URL into the config. The job runs and scrapes the comic page looking for the direct image url of the comic itself and returns that URL to the widget. Be aware that some comics image format changes from a banner image to a square. The widget does not compensate for those various image sizes but it will not allow the image to breakout of it's container. It will just show smaller. When the job runs it pulls a new random image from within the curent month.

Job: geocomic

####Expected configuration:

      "gocomics" : {
        "interval" : 60000,
        "comic"    : "bloomcounty"
      }

atlasboard-gonzo-packages's People

Contributors

gonzoinc avatar

Watchers

James Cloos 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.