Hey guys,
We wrote a PokeMob detection module. We listen for tweets with location tags, and if we detect a spike in locality, we trigger an event via a websocket. How difficult would this be for you guys to integrate?
The API is basically just the following: You open a websocket conenction to /mobs/geo/all (or /mobs/geo/:lat/:lon/:radius for location-based queries, though those will be even more rare), and every now and then, though very rarely, you will receive a JSON object with detected mobs. The goal would then be to display this live in the users map.
What are your thoughts?