An open API service indexing awesome lists of open source software.

https://github.com/gadicc/redalert

Hackathon related stuff, mostly Tzeva Adom related
https://github.com/gadicc/redalert

Last synced: about 1 year ago
JSON representation

Hackathon related stuff, mostly Tzeva Adom related

Awesome Lists containing this project

README

          

## RedAlert / tzeva-adom.com

Copyright (c) 2012-2014 by Gadi Cohen

Looking for v1? https://github.com/gadicc/redalert/tree/v1

This is an open source project with various parts:

* `server` - the RedAlert Server. Custom coded server software to constantly
push updates down to a large numbes of simultaneous users, hopefully 100,000
per server instance by the time we're done. Also includes a nodejs scraper
for the pikud haoref feed.

* `api` - the RedAlert client. A JS library to connect and keep connected to
the server, provides callbacks for various events, and mappings of areas,
locations, geodata and other info.

* `data` - data we've found from various sourcs and code to augment this data
in various ways, including geodata and calculations using the geodata. It
is a community effort and should not be considered an authorative source.

* `app` - the RedAlert app. A meteor app demonstrating how the library can be
used, built for mobile first, that shows realtime and past alerts for the
current area and entire country, with frequency charts and map points. If an
alert is received for the current area, a siren will be sounded, a timer begins
with the time to cover, and walking directions are given to the nearest shelter
(WIP).

* `app/packages/redalert` - Meteor smart package. A wrapper around the client
to make things reactive and comfortable to use in Meteor.