Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirWrites committed Jun 16, 2019
0 parents commit 2cdcc09
Show file tree
Hide file tree
Showing 2 changed files with 172 additions and 0 deletions.
86 changes: 86 additions & 0 deletions taxi_data/en/taxis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
[
{
"id": 1,
"additional": "20% discount on all rides",
"name": "Avala Taxi",
"number": "1500",
"price": "1.50KM",
"start": "2.00KM"
},
{
"id": 2,
"additional": "20% discount on prices up to 20KM",
"name": "Banja Luka Taxi",
"number": "1544",
"price": "1.50KM",
"start": "2.00KM",
"viber": "065331544"
},
{
"id": 3,
"additional": "30% discount on prices up to 15KM",
"name": "Bel Taxi",
"number": "1550",
"price": "1.80KM",
"start": "2.00KM",
"viber": "066155000"
},
{
"id": 4,
"additional": "20% discount on prices up to 15KM",
"name": "Big Taxi",
"number": "1511",
"price": "1.50KM",
"start": "2.00KM",
"viber": "066211511"
},
{
"id": 5,
"additional": "20% discount on rides up to 10 kilometres",
"name": "Euro Taxi",
"number": "1555",
"price": "1.50KM",
"start": "2.00KM"
},
{
"id": 6,
"additional": "20% discount on city rides. Ride to Sarajevo costs 220KM",
"name": "Hallo Taxi",
"number": "065561955",
"price": "1.80KM",
"start": "2.00KM"
},
{
"id": 7,
"additional": "30% discount on prices up to 7KM",
"name": "Ideal Taxi",
"number": "1545",
"price": "1.50KM",
"start": "2.00KM"
},
{
"id": 8,
"additional": "20% discount on all rides",
"name": "Maxi Taxi",
"number": "1551",
"price": "1.50KM",
"start": "2.00KM"
},
{
"id": 9,
"additional": "30% discount on prices up to 7KM",
"name": "Mobil Taxi",
"number": "1566",
"price": "1.5KM",
"start": "2.00KM"
},
{
"id": 10,
"additional": "20% discount on all rides",
"name": "Patrol Taxi",
"number": "1533",
"price": "1.50KM",
"start": "2.00KM",
"viber": "066015330"
}
]
86 changes: 86 additions & 0 deletions taxi_data/sr/taxis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
[
{
"id": 1,
"additional": "20% popusta na sve vožnje",
"name": "Avala Taxi",
"number": "1500",
"price": "1,50KM",
"start": "2,00KM"
},
{
"id": 2,
"additional": "20% popusta na vožnje do 20KM",
"name": "Banja Luka Taxi",
"number": "1544",
"price": "1,50KM",
"start": "2,00KM",
"viber": "065331544"
},
{
"id": 3,
"additional": "30% popusta na vožnje do 15KM",
"name": "Bel Taxi",
"number": "1550",
"price": "1,80KM",
"start": "2,00KM",
"viber": "066155000"
},
{
"id": 4,
"additional": "20% popusta na vožnje do 15KM",
"name": "Big Taxi",
"number": "1511",
"price": "1,50KM",
"start": "2,00KM",
"viber": "066211511"
},
{
"id": 5,
"additional": "20% popusta na vožnje do 10 kilometara",
"name": "Euro Taxi",
"number": "1555",
"price": "1,50KM",
"start": "2,00KM"
},
{
"id": 6,
"additional": "20% na gradske vožnje. Vožnja do Sarajeva 220KM",
"name": "Hallo Taxi",
"number": "065561955",
"price": "1,80KM",
"start": "2,00KM"
},
{
"id": 7,
"additional": "30% popusta na vožnje do 7KM",
"name": "Ideal Taxi",
"number": "1545",
"price": "1,50KM",
"start": "2,00KM"
},
{
"id": 8,
"additional": "20% popusta na sve vožnje",
"name": "Maxi Taxi",
"number": "1551",
"price": "1,50KM",
"start": "2,00KM"
},
{
"id": 9,
"additional": "30% popusta na vožnje do 7KM",
"name": "Mobil Taxi",
"number": "1566",
"price": "1,5KM",
"start": "2,00KM"
},
{
"id": 10,
"additional": "20% popusta na sve vožnje",
"name": "Patrol Taxi",
"number": "1533",
"price": "1,50KM",
"start": "2,00KM",
"viber": "066015330"
}
]

0 comments on commit 2cdcc09

Please sign in to comment.