loverajoel / jsconf-pebble

Pebble watchapp for jsconf events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JsConf Pebble Watchapp

Watchapp for all js conferences. This app contains all events, and your talks.

promo app

Live app link

WARNING: JsConf Pebble Watchapp is currently under active development.

How add a new event?:

This is the format of the events:

{
    "prefix": "AR",
    "name": "JSConf AR",
    "date": "11/10/2015",
    "venue": "Buenos Aires, Argentina",
    "place": "Coliseo",
    "desc": "Conference description",
    "talks": [{
            "start": "10:25",
            "end": "10:00",
            "pitchName": "ReactJs",
            "pitchDescription": "Pitch description here",
            "user": "Brendan Eich",
            "twitter": "@petehunt"
        },
        ...]
}

TODO:

  • Get the events feed from an endpoint
  • Add notifications support

Want help?

Frok the repo and play...

About

Pebble watchapp for jsconf events

License:MIT License


Languages

Language:JavaScript 53.3%Language:C 43.0%Language:C++ 1.6%Language:Python 1.2%Language:HTML 0.8%