RoadUno is a tour assistant for independent artists that optimizes routing, finds venue leads, and saves money.
To enable map features (Tour Assistant, Route Planning), you must configure a Google API Key.
-
Get an API Key:
- Go to Google Cloud Console.
- Create a new project or select an existing one.
- Enable the following APIs:
- Maps JavaScript API
- Places API
- Geocoding API
- Create Credentials -> API Key.
-
Configure Environment:
- Copy
.env.exampleto.env.localif you haven't already. - Add your key to
.env.local:
- Copy