-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfeed.json
More file actions
35 lines (35 loc) · 1.36 KB
/
feed.json
File metadata and controls
35 lines (35 loc) · 1.36 KB
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
{
"title": "Playgrounds by Daniel Budd",
"subtitle": "Various learning materials created for Swift Playgrounds",
"publisherName": "Daniel Budd",
"feedIdentifier": "io.github.dbbudd",
"contactURL": "mailto:contact@danielbudd.com.au",
"formatVersion": "1.0",
"documents": [
{
"title": "Geometry",
"overviewSubtitle": "Geometry with Swift Playgrounds",
"detailSubtitle": "Learn to code with visual problems!",
"description": "In this course teaches geometry concepts using Swift — from drawing simple shapes to building a complete suburban scene",
"difficultyLevel": "beginner",
"contentIdentifier": "io.github.dbbudd.Geometry",
"contentVersion": "6.0",
"url": "https://dbbudd.github.io/Geometry/Geometry.playgroundbook.zip",
"publishedDate": "2019-06-25T12:00:00+00:00",
"lastUpdatedDate": "2026-03-11T12:00:00+00:00",
"bannerImageURL": "https://dbbudd.github.io/Geometry/banner_2x.png",
"thumbnailURL": "https://dbbudd.github.io/Geometry/geometry_2x.png",
"additionalInformation": [
{
"name": "Languages",
"value": "English"
}
],
"previewImageURLs": [
"https://dbbudd.github.io/Geometry/preview-1.png",
"https://dbbudd.github.io/Geometry/preview-2.png",
"https://dbbudd.github.io/Geometry/preview-3.png"
]
}
]
}