|
3 | 3 | "description": "A demo application showing how to use the Trafiklab SDKs to build a Google Assistant application",
|
4 | 4 | "keywords": [
|
5 | 5 | "Trafiklab",
|
| 6 | + "ResRobot", |
6 | 7 | "Google Assistant",
|
7 | 8 | "DialogFlow"
|
8 | 9 | ],
|
|
11 | 12 | "logo": "https://avatars2.githubusercontent.com/u/6614637?s=200&v=4",
|
12 | 13 | "env": {
|
13 | 14 | "APP_DATAPROVIDER": {
|
14 |
| - "description": "The data provider to use. Choose between 'SL' or 'RESROBOT' without the ''.", |
15 |
| - "required": true |
| 15 | + "description": "The data provider to use. Choose between 'SL' or 'RESROBOT' without the ''. SL offers detailled data for Stockholm, ResRobot offers data for entire Sweden. More information at https://trafiklab.se/trafiklab", |
| 16 | + "required": true, |
| 17 | + "value": "RESROBOT" |
16 | 18 | },
|
17 | 19 | "RESROBOT_TIMETABLE_KEY": {
|
18 |
| - "description": "Your API key for the Trafiklab ResRobot - Stolptidtabeller 2 API. You can leave this empty, but some features may not work.", |
19 |
| - "required": true |
| 20 | + "description": "Your API key for the Trafiklab ResRobot - Stolptidtabeller 2 API. You can leave this to the default value, but some features for ResRobot will not work. You can change this later. Learn how to create an API key at https://www.trafiklab.se/hur-gor-jag.", |
| 21 | + "required": true, |
| 22 | + "value": "change-me-to-use-this-api" |
20 | 23 | },
|
21 | 24 | "RESROBOT_ROUTEPLANNING_KEY": {
|
22 |
| - "description": "Your API key for the Trafiklab ResRobot Reseplanerare API. You can leave this empty, but some features may not work.", |
23 |
| - "required": true |
| 25 | + "description": "Your API key for the Trafiklab ResRobot Reseplanerare API. You can leave this empty, but some features for ResRobot will not work. You can change this later. Learn how to create an API key at https://www.trafiklab.se/hur-gor-jag.", |
| 26 | + "required": true, |
| 27 | + "value": "change-me-to-use-this-api" |
24 | 28 | },
|
25 | 29 | "SL_TIMETABLE_KEY": {
|
26 |
| - "description": "Your API key for the Trafiklab SL Realtidsinformation 4 API. You can leave this empty, but some features may not work.", |
27 |
| - "required": true |
| 30 | + "description": "Your API key for the Trafiklab SL Realtidsinformation 4 API. You can leave this empty, but some features for SL will not work. You can change this later. Learn how to create an API key at https://www.trafiklab.se/hur-gor-jag.", |
| 31 | + "required": true, |
| 32 | + "value": "change-me-to-use-this-api" |
28 | 33 | },
|
29 | 34 | "SL_ROUTEPLANNING_KEY": {
|
30 |
| - "description": "Your API key for the Trafiklab SL Reseplanerare 3.1 API. You can leave this empty, but some features may not work.", |
31 |
| - "required": true |
| 35 | + "description": "Your API key for the Trafiklab SL Reseplanerare 3.1 API. You can leave this empty, but some features for SL will not work. You can change this later. Learn how to create an API key at https://www.trafiklab.se/hur-gor-jag.", |
| 36 | + "required": true, |
| 37 | + "value": "change-me-to-use-this-api" |
32 | 38 | },
|
33 | 39 | "SL_STATIONLOOKUP_KEY": {
|
34 |
| - "description": "Your API key for the Trafiklab SL Platsuppslag API. You can leave this empty, but some features may not work.", |
35 |
| - "required": true |
| 40 | + "description": "Your API key for the Trafiklab SL Platsuppslag API. You can leave this empty, but some features for SL will not work. You can change this later. Learn how to create an API key at https://www.trafiklab.se/hur-gor-jag.", |
| 41 | + "required": true, |
| 42 | + "value": "change-me-to-use-this-api" |
36 | 43 | },
|
37 | 44 | "LOG_CHANNEL": {
|
38 | 45 | "description": "This option is required to redirect log output to Heroku.",
|
|
0 commit comments