Git Product home page Git Product logo

weather-widget's Introduction

Übersicht Weather Widget

Made for Übersicht

Uses the freegeoip.net api to obtain your location, and the Yahoo Weather api to obtain the weather information.

In Action

Original Icons

![Original Icons] (https://raw.githubusercontent.com/felixhageloh/weather-widget/master/originalIcons.png)

Yahoo Icons

![Yahoo Icons] (https://raw.githubusercontent.com/felixhageloh/weather-widget/master/yahooIcons.png)

Options

You can find all options index.coffee at the top of the file:

  1. Default city and region. You can replace <city> with your city, and <region> with your region (state). This location is used in case the automatic location lookup fails, or if you switch off auto location (see below). Example:

    options =
      city  : 'Cupertino'
      region: 'CA'
    
  2. Temperature units. Use 'f' for Fahrenheit and 'c' for Celsius.

  3. Automatic location lookup. Set staticLocation to true to disable auto location and instead always use the default city and region.

Appearance

To tweak the appearance, just follow the directions inside index.coffee. You can switch between the original minimal icons by Erik Flowers, or use the standard Yahoo icons.

Credits

Automatic location detection and switch to Yahoo api by @nickroberts https://github.com/nickroberts

Icons by Erik Flowers http://erikflowers.github.io/weather-icons/

weather-widget's People

Contributors

felixhageloh avatar nickroberts avatar jnbt avatar jmcguire avatar aaronvb 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.