Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loverajoel/jsconf-pebble
Pebble watchapp for jsconf events
https://github.com/loverajoel/jsconf-pebble
Last synced: about 2 months ago
JSON representation
Pebble watchapp for jsconf events
- Host: GitHub
- URL: https://github.com/loverajoel/jsconf-pebble
- Owner: loverajoel
- License: mit
- Created: 2015-02-24T01:37:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-24T02:05:53.000Z (almost 10 years ago)
- Last Synced: 2023-06-09T19:20:16.573Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 375 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JsConf Pebble Watchapp
Watchapp for all js conferences.
This app contains all events, and your talks.![promo app](https://www.filepicker.io/api/file/xfRu6tH3RYKIzledcRJr)
[Live app link](https://apps.getpebble.com/applications/54ebb991b0a2e249e20000e9)
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...