Get data from an API and show it in a table
Budget: $10 – $30 USD
We have a javascript that allows the user to load a JSON file with a list of a "upcoming events" and it show some of the "upcoming events" properties in a template (so the code that parses the json that the API returns, is already created).
We want to allow the user to login/connect to the API using their account in order to perform searches for "upcoming events" by city, radius and number of results.
API documentation:
https://www.meetup.com/api/general
The results should be shown in the table as the example shows, so the user can sort the results by column.
Double quotes in json should be scaped properly to avoid parsing errors.
Attached files:
- table template with ajax search
- code that reads the json and shows the information in the table
- screenshot of the resulting table
We want to allow the user to login/connect to the API using their account in order to perform searches for "upcoming events" by city, radius and number of results.
API documentation:
https://www.meetup.com/api/general
The results should be shown in the table as the example shows, so the user can sort the results by column.
Double quotes in json should be scaped properly to avoid parsing errors.
Attached files:
- table template with ajax search
- code that reads the json and shows the information in the table
- screenshot of the resulting table