ilaunchpad
ilaunchpad

Reputation: 1313

How to fetch city events?

I wanted to venture into making apps. I wanted to make an app that gathers the events around the user location wise. I want the app to show the events close to user using the GPS of the phone. There is a city page where all the events are listed but I don't have any ideas how I will be able to fetch the data. What are the other ways I can go forward with this? It would be encouraging so that I can research further.

Upvotes: 1

Views: 89

Answers (2)

harshitpthk
harshitpthk

Reputation: 4136

i think you can use a combination of api's to give you the data you are looking for, one such provider i found was http://api.eventful.com/, you can probably even try including foursqaure and meetup's api and even facebook opengraph event api can also provide some handy data.

Upvotes: 0

Invader
Invader

Reputation: 679

try this

http://www.last.fm/api/show/geo.getEvents

login this and get the api calls and use it in your code

Upvotes: 1

Related Questions