Skip to content

jdevoss1/jsconf-pebble

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.3%
  • C 44.5%
  • Python 1.2%
  • Other 1.0%