forked from whalethen/whalethen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sampleData.js
83 lines (83 loc) · 2.21 KB
/
sampleData.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
module.exports.sampleSearchData = [
{
name: 'P&O Cruises Australia',
rating: 2.4,
address: '15 Mount Street, North Sydney',
}, {
name: 'Carnival International',
rating: 3.7,
address: '1/171 Clarence Street, Sydney',
}, {
name: 'Rhythmboat Cruises',
rating: 3.8,
address: 'King Street Wharf, King Street, Sydney',
}, {
name: 'Vagabond Cruises',
rating: 3.8,
address: '37 Bank Street, Pyrmont',
}, {
name: 'Sydney Princess Cruises',
rating: 3.4,
address: '37 Bank Street, Pyrmont',
}, {
name: 'MSC Cruises Australia & New Zealand',
rating: 2,
address: '532/5-19 Lime Street, Sydney',
}, {
name: 'Sydney Harbour Cruises Pty Ltd',
rating: 5,
address: 'Level 32/1 Market Street, Sydney',
}, {
name: 'Creative Cruising',
rating: undefined,
address: 'Travel House, 35 Grafton Street, Bondi Junction',
}, {
name: 'Viking River Cruises Australia',
rating: undefined,
address: '8/107 Walker Street, North Sydney',
}, {
name: 'Lunch Cruise with Jazz on Sydney Harbour',
rating: 3,
address: '37 Bank Street, Pyrmont',
}, {
name: 'Sydney Harbour Charter Cruises',
rating: 4.5,
address: '5/32 The Promenade, Sydney',
}, {
name: 'Sydney Event Cruises',
rating: 5,
address: 'Bridge Road, Ultimo',
}, {
name: 'Rosman Cruises',
rating: 3,
address: '6 John Street, McMahons Point',
}, {
name: 'Flagship Cruises',
rating: 5,
address: '1-3 Phoebe Street, Balmain',
}, {
name: 'Quayside Charters - Sydney Harbour Cruises - New Year Eve Cruises Sydney - Corporate Cruises',
rating: 5,
address: '10/189 Liverpool Street, Sydney',
}, {
name: 'Cronulla Ferries',
rating: 3.9,
address: '2 Tonkin Street, Cronulla',
}, {
name: 'Cruising Restaurants of Sydney',
rating: undefined,
address: '32 The Promenade, Sydney',
}, {
name: 'Constellation cruises',
rating: 2.7,
address: 'Hickson Road, Sydney',
}, {
name: 'Karisma Cruises',
rating: 5,
address: 'Jones Bay Wharf, 19-21 Pirrama Road, Pyrmont',
}, {
name: 'Sydney Harbour Party Cruises',
rating: undefined,
address: 'Level 12, 95 Pitt Street, Sydney',
},
];