mirror of
https://github.com/zhigang1992/uber-cities.git
synced 2026-01-12 09:34:28 +08:00
add more providers
This commit is contained in:
@@ -12,6 +12,19 @@ module.exports = [
|
||||
place_id: 'ChIJvQz5TjvKvJURh47oiC6Bs6A'
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'Marbella',
|
||||
company: 'cabify',
|
||||
info: {
|
||||
formatted_address: 'Marbella, Málaga, Spain',
|
||||
country: {
|
||||
long_name: 'Spain',
|
||||
short_name: 'ES',
|
||||
types: ['country', 'political']
|
||||
},
|
||||
place_id: 'ChIJ36tNkAnYcg0Rq-y1B7mdbA4'
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'Mendoza',
|
||||
company: 'cabify',
|
||||
|
||||
15
data/single/moove.js
Normal file
15
data/single/moove.js
Normal file
@@ -0,0 +1,15 @@
|
||||
module.exports = [
|
||||
{
|
||||
name: 'Copenhagen',
|
||||
company: 'moove',
|
||||
info: {
|
||||
formatted_address: 'Copenhagen, Denmark',
|
||||
country: {
|
||||
long_name: 'Denmark',
|
||||
short_name: 'DK',
|
||||
types: ['country', 'political']
|
||||
},
|
||||
place_id: 'ChIJIz2AXDxTUkYRuGeU5t1-3QQ'
|
||||
}
|
||||
}
|
||||
]
|
||||
15
data/single/urban-go.js
Normal file
15
data/single/urban-go.js
Normal file
@@ -0,0 +1,15 @@
|
||||
module.exports = [
|
||||
{
|
||||
name: 'Copenhagen',
|
||||
company: 'urban go',
|
||||
info: {
|
||||
formatted_address: 'Copenhagen, Denmark',
|
||||
country: {
|
||||
long_name: 'Denmark',
|
||||
short_name: 'DK',
|
||||
types: ['country', 'political']
|
||||
},
|
||||
place_id: 'ChIJIz2AXDxTUkYRuGeU5t1-3QQ'
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -6,7 +6,7 @@ export const Title = styled.h1`
|
||||
font-size: 80px;
|
||||
text-align: center;
|
||||
max-width: 90%;
|
||||
margin: auto;
|
||||
margin: 0 auto;
|
||||
`
|
||||
|
||||
export const Subtitle = styled.h2`
|
||||
|
||||
@@ -81,12 +81,22 @@ const storeLinks = {
|
||||
'https://itunes.apple.com/br/app/99-t%C3%A1xi-e-carro-particular/id553663691?mt=8',
|
||||
android: 'https://play.google.com/store/apps/details?id=com.taxis99'
|
||||
},
|
||||
moove: {
|
||||
ios: 'https://itunes.apple.com/dk/app/moove/id1180956418?mt=8',
|
||||
android: 'https://play.google.com/store/apps/details?id=com.moovetaxi.app'
|
||||
},
|
||||
'urban go': {
|
||||
android:
|
||||
'https://play.google.com/store/apps/details?id=com.multibrains.taxi.passenger.urbango',
|
||||
ios: 'https://itunes.apple.com/app/id1260953622'
|
||||
},
|
||||
careem: {
|
||||
ios: 'https://itunes.apple.com/app/careem/id592978487?mt=8',
|
||||
android: 'https://play.google.com/store/apps/details?id=com.careem.acma'
|
||||
},
|
||||
heetch: {
|
||||
ios: 'https://itunes.apple.com/fr/app/heetch-enjoy-your-night-out/id693137280?mt=8',
|
||||
ios:
|
||||
'https://itunes.apple.com/fr/app/heetch-enjoy-your-night-out/id693137280?mt=8',
|
||||
android: 'https://play.google.com/store/apps/details?id=com.heetch&hl=fr'
|
||||
},
|
||||
'yandex taxi': {
|
||||
|
||||
Reference in New Issue
Block a user