-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbc.json
More file actions
22 lines (22 loc) · 1001 Bytes
/
bc.json
File metadata and controls
22 lines (22 loc) · 1001 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"title" : "Code an Excuse Generator in Javascript",
"slug" : "excuse-generator",
"status": "published",
"video-id": "0J4SbVSjxvU",
"solution": "https://github.com/breatheco-de/tutorial-project-excuse-generator-javascript/tree/solution",
"duration" : 4,
"preview": "https://github.com/breatheco-de/tutorial-project-excuse-generator-javascript/blob/master/preview.gif?raw=true",
"translations": ["es", "us"],
"difficulty": "beginner",
"technologies": ["javascript", "html", "the-dom"],
"description" : "Disneyland for procrastinators. Learning Javascript? This excuse generator tutorial takes no more than 20 lines of code and can save you for the rest of your life!",
"talents": [
{ "badge": "identator", "points": 6 },
{ "badge": "tag-master", "points": 3 },
{ "badge": "window-lover", "points": 3 },
{ "badge": "mouse-god", "points": 3 },
{ "badge": "source-inspector", "points": 5 },
{ "badge": "abc", "points": 5 },
{ "badge": "functional-developer", "points": 5 }
]
}