Example projects that use lolaDB with various frontend frameworks.
lolaDB works with nearly every frontend framework. Javascript or Typescript.
This repository contains examples for many of today's most popular frontend frameworks.
You can always reference the lolaDB Developer Docs for more information.
Annoyingly, different frameworks utilize .env files in their own way, often with non-obvious documentation.
For these examples, you must set your lola API key in the .env file in this manner:
LOLA_API_KEY={{YOUR_API_KEY}}
REACT_APP_LOLA_API_KEY={{YOUR_API_KEY}}
VITE_LOLA_API_KEY={{YOUR_API_KEY}}
VITE_LOLA_API_KEY={{YOUR_API_KEY}}