|
13 | 13 | use App\Importers\BoltDataImporter;
|
14 | 14 | use App\Importers\DocomoDataImporter;
|
15 | 15 | use App\Importers\DottDataImporter;
|
| 16 | +use App\Importers\FelyxDataImporter; |
16 | 17 | use App\Importers\GoSharingDataImporter;
|
17 | 18 | use App\Importers\HopDataImporter;
|
18 | 19 | use App\Importers\HoppDataImporter;
|
@@ -49,6 +50,7 @@ public function run(): void
|
49 | 50 | ["name" => BoltDataImporter::getProviderName(), "color" => "#24f0a0", "url" => "https://bolt.eu/pl-pl/scooters/", "android_url" => "https://play.google.com/store/apps/details?id=ee.mtakso.client&hl=pl&gl=US", "ios_url" => "https://apps.apple.com/pl/app/bolt-przejazdy-hulajnogi/id675033630?l=pl"],
|
50 | 51 | ["name" => DocomoDataImporter::getProviderName(), "color" => "#faf9f6", "url" => "https://docomo-cycle.jp/?lang=en", "android_url" => "https://play.google.com/store/apps/details?id=jp.docomo_cycle.bikeshare", "ios_url" => "https://apps.apple.com/jp/app/id1475196715"],
|
51 | 52 | ["name" => DottDataImporter::getProviderName(), "color" => "#f5c604", "url" => "https://ridedott.com/", "android_url" => "https://play.google.com/store/apps/details?id=com.ridedott.rider&pli=1", "ios_url" => "https://apps.apple.com/us/app/dott-unlock-your-city/id1440301673"],
|
| 53 | + ["name" => FelyxDataImporter::getProviderName(), "color" => "#044a27", "url" => "https://felyx.com/", "android_url" => "https://play.google.com/store/apps/details?id=com.felyx.android", "ios_url" => "https://apps.apple.com/us/app/felyx/id1250107307"], |
52 | 54 | ["name" => GoSharingDataImporter::getProviderName(), "color" => "#81BB28", "url" => "https://nl.go-sharing.com/en/locations/", "android_url" => "https://play.google.com/store/apps/details?id=nl.gosharing.gourban.app&hl=pl&gl=US", "ios_url" => "https://apps.apple.com/pl/app/go-sharing/id1477465763?l=pl"],
|
53 | 55 | ["name" => HopDataImporter::getProviderName(), "color" => "#ea1821", "url" => "https://hop.bike/en/", "android_url" => "https://play.google.com/store/apps/details?id=com.hoplagit.rider&hl=pl&gl=US", "ios_url" => "https://apps.apple.com/pl/app/hop-enjoy-the-city/id1487640704?l=pl"],
|
54 | 56 | ["name" => HoppDataImporter::getProviderName(), "color" => "#1ce5be", "url" => "https://hopp.bike/", "android_url" => "https://play.google.com/store/apps/details?id=bike.hopp", "ios_url" => "https://apps.apple.com/us/app/hopp-scooters/id1471324642?ls=1"],
|
|
0 commit comments