Skip to content
Colin Prince edited this page Sep 4, 2013 · 3 revisions

from WeatherPush readme

Brianstorm

  • Wind directon for sailboats
  • visibility
  • temperature
  • schedule / path
  • detect client location
  • heuristic for rain probability
  • sync client location only when client signs on or changes location
  • process for sending notification

Server side

tracking client
determine if notification needs to be sent
send not


db schema

timestamp
location
id for notification


heroku
nodejs
mongodb

Client side

send location to server

IOS: https://developer.apple.com/notifications/
Android: http://developer.android.com/google/gcm/notifications.html
Web: http://www.twilio.com/sms/api
imessage: ?
peddle: ?

Notifications

Future scalability

globbing locations together
Clone this wiki locally