-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbest_platform.json
More file actions
38 lines (38 loc) · 955 Bytes
/
best_platform.json
File metadata and controls
38 lines (38 loc) · 955 Bytes
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
[
{
"name" : "Coursera",
"domain" : "Mooc",
"img" : "Coursera.JPG",
"link" : "https://www.coursera.org/"
},
{
"name" : "Developpez.com",
"domain" : "Mooc",
"img" : "Developez.JPG",
"link" : "https://www.developpez.com/"
},
{
"name" : "Openclassrooms",
"domain" : "Mooc",
"img" : "Openclassrooms.JPG",
"link" : "https://openclassrooms.com/"
},
{
"name" : "Stackoverflow",
"domain" : "Coding questions and answers",
"img" : "Stackoverflow.JPG",
"link" : "https://stackoverflow.com/"
},
{
"name" : "w3schools",
"domain" : "Tutorials",
"img" : "w3schools.JPG",
"link" : "https://www.w3schools.com/"
},
{
"name" : "wikipedia",
"domain" : "Encyclopedia",
"img" : "wikipedia.JPG",
"link" : "https://www.wikipedia.org/"
}
]