Using cordova-sdk-sample-app with lotadata.com

HTML integration

✓ Official SDK
Install
# See https://github.com/LotaData-Inc/cordova-sdk-sample-app
Find event occurrences in the area. Returns results at specific place and tim…
curl \
  # append ?api_key=$API_KEY to the URL \
  /events
Venues, landmarks, regions, these are all places to search.
curl \
  # append ?api_key=$API_KEY to the URL \
  /places
Get Specific event details.
curl \
  # append ?api_key=$API_KEY to the URL \
  /events/{id}
SDK on GitHub 📄 API Docs
SDK
cordova-sdk-sample-app
HTML
API
lotadata.com
lotadata.com
At a glance
Language HTML
Endpoints4
✓ Official