Giter VIP home page Giter VIP logo

huddy's Introduction

Huddy

Project Presentation

This project aims to give you all the informations you'll need for you day in a glimpse: weather forecast, today events or traffic status.

How to run it

First, you'll need to configure it with a config.json file at the root of the project. This file will look like

{
  "forecast": {
    "apiKey": "15ea3...", // Your Forecast.io API Key
    "longitude": 2.29500,
    "latitude": 48.85795,
    "options": {
      // Any options you want to pass to your query
    }
  },
  "twitter": { // Your Twitter app credentials
    "consumerKey": "D58Eff...",
    "consumerSecret": "cvga2...",
    "accessToken": "25689...",
    "accessTokenSecret": "Iru874...",
    "screenName": "JbIPS"
  }
}

For more documentation on the Forecast API, see the Dark Sky Forecast API.

Then you can just run

node index.js

License

This software is distributed with a MIT license. Feel free to share & modify it! PR are welcomed.

huddy's People

Contributors

jbips avatar fluoflo avatar

Watchers

James Cloos avatar  avatar  avatar

huddy's Issues

Better filters for CalDav calls

For now, we get all the events on the CalDav server then today's one are filtered.

CalDav native filters should be used for this operation.

Customization

Every parameters in the API calls should be customizable in the config file. Thus, some values should be set as defaults if the user didn't set one.
Last, user should be able to shutdown one service by not providing the configuration. This should be check before the API call.

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.