schmitty890 / eventz

0 stars 2 forks source link

Search Radius ticketmaster.js #10

Closed catchbb14 closed 6 years ago

catchbb14 commented 6 years ago

We may need to add a search radius to the url within the ajax request. If you do not know the exact location of an event, then no results are returned.

I am working on getting some more api keys for weatherbit api, 16 requests per day is not very much... lol

schmitty890 commented 6 years ago

Good idea. We can create a ticket in trello and try to implement this if we have time.

Looks like weatherbit is 75 calls per hour. A couple may be needed if you're refreshing more than once a minute.

schmitty890 commented 6 years ago

This issue was solved by incorporating state and city in the search form. The radius query parameter would not work as expected and ticketmaster had limited documentation on it.

Searching by city will allow for a wider range than specific zip code, and will work for this project.