We'll add different examples / tutorials to this page showing how people are using the Luma API.
Demo Basketball Club
We've created a sample project that demonstrates how to use the Luma API to display a list of events on your website.
https://github.com/luma-team/basketball-club-example
What It Demonstrates
- Fetching events from the Luma API
- Displaying events in a clean, responsive layout
- Handling API authentication
- Best practices for integrating Luma into your website
Getting Started with the Example
- Clone the repository
- Install dependencies
- Add your Luma API key to the environment variables
- Run the development server
This example provides a great starting point for building your own integration with the Luma API.