Spaces:
Sleeping
Sleeping
Create .env_example
Browse files- .env_example +4 -0
.env_example
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
SPOTIFY_CLIENT_ID=your_spotify_client_id
|
2 |
+
SPOTIFY_CLIENT_SECRET=your_spotify_client_secret
|
3 |
+
WEATHER_API_KEY=your_openweather_api_key
|
4 |
+
IPGEO_API_KEY=your_ipgeolocation_api_key (optional)
|