开发者

Email notifications for when events align with location. How?

I am looking at building a webapp in php/mysql that people can log into, and sign up to receive email notifications when a certain event is at their chosen location, e.g a jack johnson concert in new zealand, receivng a notification when he comes to that location to perform. I am guessing that there is some online concert database that apps like shazam use that i could int开发者_高级运维ergrate with. Any help on building this sort of app would be appreciated, most importantly the notification system and how that integrates with another concert database and the users details . I have a basic knowledge of php/mysql, I'm guessing I should use a framewok for this, if anyone knows one useful for this task that would be appreciated too. Thankyou!


Always check ProgrammableWeb when looking fr APIs. I found the Gruvr API:

Gruvr offers tons of geocoded concert data, with about 170K upcoming shows for 45K bands currently listed. You can ask for upcoming concerts by location or by band. The results can be returned as geoRSS, KML, or dynamic map links.

For triggering events, checkout momentapp, which lets you schedule delayed HTTP requests.

Maybe you could start from there. What you could do is when somebody signs up with their location, check Gruvr if there are any upcoming concerts in their area, then schedule a request with momentapp which will trigger your email notification script at a specified time before the event to alert the user.

You can also use CRON as an alternative to using a 3rd-party service like momentapp.

I think your question can be broken down into more questions.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜