Skip to content

Commit 408d920

Browse files
committed
Add more fruits
1 parent 465b247 commit 408d920

File tree

11 files changed

+296
-9
lines changed

11 files changed

+296
-9
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*
2-
!fruitties-api/
2+
!fruitties-api
3+
!fruitties-api/*
34
!index.html

fruitties-api/0.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"currentPage": 0,
3-
"totalPages": 4,
3+
"totalPages": 10,
44
"feed": [
55
{
66
"name": "Apple",
@@ -43,4 +43,4 @@
4343
"calories": "60 calories"
4444
}
4545
]
46-
}
46+
}

fruitties-api/1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"currentPage": 1,
3-
"totalPages": 4,
3+
"totalPages": 10,
44
"feed": [
55
{
66
"name": "Kiwi",
@@ -43,4 +43,4 @@
4343
"calories": "29 calories"
4444
}
4545
]
46-
}
46+
}

fruitties-api/2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"currentPage": 2,
3-
"totalPages": 4,
3+
"totalPages": 10,
44
"feed": [
55
{
66
"name": "Lime",
@@ -43,4 +43,4 @@
4343
"calories": "68 calories"
4444
}
4545
]
46-
}
46+
}

fruitties-api/3.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"currentPage": 3,
3-
"totalPages": 4,
3+
"totalPages": 10,
44
"feed": [
55
{
66
"name": "Blackberry",
@@ -31,6 +31,16 @@
3131
"name": "Elderberry",
3232
"full_name": "Sambucus spp.",
3333
"calories": "73 calories"
34+
},
35+
{
36+
"name": "Lychee",
37+
"full_name": "Litchi chinensis",
38+
"calories": "66 calories"
39+
},
40+
{
41+
"name": "Starfruit",
42+
"full_name": "Averrhoa carambola",
43+
"calories": "31 calories"
3444
}
3545
]
36-
}
46+
}

fruitties-api/4.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"currentPage": 4,
3+
"totalPages": 10,
4+
"feed": [
5+
{
6+
"name": "Coconut",
7+
"full_name": "Cocos nucifera",
8+
"calories": "354 calories"
9+
},
10+
{
11+
"name": "Date",
12+
"full_name": "Phoenix dactylifera",
13+
"calories": "282 calories"
14+
},
15+
{
16+
"name": "Goji Berry",
17+
"full_name": "Lycium barbarum",
18+
"calories": "349 calories"
19+
},
20+
{
21+
"name": "Acai Berry",
22+
"full_name": "Euterpe oleracea",
23+
"calories": "70 calories"
24+
},
25+
{
26+
"name": "Jackfruit",
27+
"full_name": "Artocarpus heterophyllus",
28+
"calories": "95 calories"
29+
},
30+
{
31+
"name": "Durian",
32+
"full_name": "Durio zibethinus",
33+
"calories": "147 calories"
34+
},
35+
{
36+
"name": "Mulberry",
37+
"full_name": "Morus spp.",
38+
"calories": "43 calories"
39+
},
40+
{
41+
"name": "Gooseberry",
42+
"full_name": "Ribes uva-crispa",
43+
"calories": "44 calories"
44+
}
45+
]
46+
}

fruitties-api/5.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"currentPage": 5,
3+
"totalPages": 10,
4+
"feed": [
5+
{
6+
"name": "Nectarine",
7+
"full_name": "Prunus persica var. nucipersica",
8+
"calories": "44 calories"
9+
},
10+
{
11+
"name": "Grapefruit",
12+
"full_name": "Citrus × paradisi",
13+
"calories": "42 calories"
14+
},
15+
{
16+
"name": "Kumquat",
17+
"full_name": "Citrus japonica",
18+
"calories": "71 calories"
19+
},
20+
{
21+
"name": "Plantain",
22+
"full_name": "Musa paradisiaca",
23+
"calories": "122 calories"
24+
},
25+
{
26+
"name": "Soursop",
27+
"full_name": "Annona muricata",
28+
"calories": "66 calories"
29+
},
30+
{
31+
"name": "Tamarind",
32+
"full_name": "Tamarindus indica",
33+
"calories": "239 calories"
34+
},
35+
{
36+
"name": "Ugli fruit",
37+
"full_name": "Citrus reticulata × Citrus paradisi",
38+
"calories": "47 calories"
39+
},
40+
{
41+
"name": "Yuzu",
42+
"full_name": "Citrus junos",
43+
"calories": "29 calories"
44+
}
45+
]
46+
}

fruitties-api/6.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"currentPage": 6,
3+
"totalPages": 10,
4+
"feed": [
5+
{
6+
"name": "Cherimoya",
7+
"full_name": "Annona cherimola",
8+
"calories": "75 calories"
9+
},
10+
{
11+
"name": "Cloudberry",
12+
"full_name": "Rubus chamaemorus",
13+
"calories": "51 calories"
14+
},
15+
{
16+
"name": "Feijoa",
17+
"full_name": "Acca sellowiana",
18+
"calories": "55 calories"
19+
},
20+
{
21+
"name": "Honeydew Melon",
22+
"full_name": "Cucumis melo var. inodorus",
23+
"calories": "36 calories"
24+
},
25+
{
26+
"name": "Jabuticaba",
27+
"full_name": "Myrciaria cauliflora",
28+
"calories": "58 calories"
29+
},
30+
{
31+
"name": "Kiwano",
32+
"full_name": "Cucumis metuliferus",
33+
"calories": "44 calories"
34+
},
35+
{
36+
"name": "Loquat",
37+
"full_name": "Eriobotrya japonica",
38+
"calories": "47 calories"
39+
},
40+
{
41+
"name": "Longan",
42+
"full_name": "Dimocarpus longan",
43+
"calories": "60 calories"
44+
}
45+
]
46+
}

fruitties-api/7.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"currentPage": 7,
3+
"totalPages": 10,
4+
"feed": [
5+
{
6+
"name": "Mangosteen",
7+
"full_name": "Garcinia mangostana",
8+
"calories": "73 calories"
9+
},
10+
{
11+
"name": "Miracle Fruit",
12+
"full_name": "Synsepalum dulcificum",
13+
"calories": "20 calories"
14+
},
15+
{
16+
"name": "Monstera Deliciosa",
17+
"full_name": "Monstera deliciosa",
18+
"calories": "86 calories"
19+
},
20+
{
21+
"name": "Pawpaw",
22+
"full_name": "Asimina triloba",
23+
"calories": "80 calories"
24+
},
25+
{
26+
"name": "Pepino Melon",
27+
"full_name": "Solanum muricatum",
28+
"calories": "23 calories"
29+
},
30+
{
31+
"name": "Rambutan",
32+
"full_name": "Nephelium lappaceum",
33+
"calories": "82 calories"
34+
},
35+
{
36+
"name": "Salak",
37+
"full_name": "Salacca zalacca",
38+
"calories": "82 calories"
39+
},
40+
{
41+
"name": "Sapodilla",
42+
"full_name": "Manilkara zapota",
43+
"calories": "83 calories"
44+
}
45+
]
46+
}

fruitties-api/8.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"currentPage": 8,
3+
"totalPages": 10,
4+
"feed": [
5+
{
6+
"name": "Santol",
7+
"full_name": "Sandoricum koetjape",
8+
"calories": "38 calories"
9+
},
10+
{
11+
"name": "Saskatoon Berry",
12+
"full_name": "Amelanchier alnifolia",
13+
"calories": "85 calories"
14+
},
15+
{
16+
"name": "Surinam Cherry",
17+
"full_name": "Eugenia uniflora",
18+
"calories": "33 calories"
19+
},
20+
{
21+
"name": "Tamarillo",
22+
"full_name": "Solanum betaceum",
23+
"calories": "31 calories"
24+
},
25+
{
26+
"name": "White Sapote",
27+
"full_name": "Casimiroa edulis",
28+
"calories": "134 calories"
29+
},
30+
{
31+
"name": "Yangmei",
32+
"full_name": "Myrica rubra",
33+
"calories": "30 calories"
34+
},
35+
{
36+
"name": "Ambarella",
37+
"full_name": "Spondias dulcis",
38+
"calories": "46 calories"
39+
},
40+
{
41+
"name": "Breadfruit",
42+
"full_name": "Artocarpus altilis",
43+
"calories": "103 calories"
44+
}
45+
]
46+
}

fruitties-api/9.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"currentPage": 9,
3+
"totalPages": 11,
4+
"feed": [
5+
{
6+
"name": "Ackee",
7+
"full_name": "Blighia sapida",
8+
"calories": "151 calories"
9+
},
10+
{
11+
"name": "Bilberry",
12+
"full_name": "Vaccinium myrtillus",
13+
"calories": "43 calories"
14+
},
15+
{
16+
"name": "Black Sapote",
17+
"full_name": "Diospyros nigra",
18+
"calories": "120 calories"
19+
},
20+
{
21+
"name": "Canistel",
22+
"full_name": "Pouteria campechiana",
23+
"calories": "139 calories"
24+
},
25+
{
26+
"name": "Chokeberry",
27+
"full_name": "Aronia melanocarpa",
28+
"calories": "47 calories"
29+
},
30+
{
31+
"name": "Cupuacu",
32+
"full_name": "Theobroma grandiflorum",
33+
"calories": "290 calories"
34+
},
35+
{
36+
"name": "Damson",
37+
"full_name": "Prunus domestica subsp. insititia",
38+
"calories": "60 calories"
39+
},
40+
{
41+
"name": "Finger Lime",
42+
"full_name": "Citrus australasica",
43+
"calories": "30 calories"
44+
}
45+
]
46+
}

0 commit comments

Comments
 (0)