-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
40 lines (40 loc) · 1.64 KB
/
db.json
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
{
"articles": [
{
"id": 0,
"title": "My First Article",
"content": "Hello World",
"authors": "Grégoire Harba - Thomas Le Sciellour"
},
{
"id": 1,
"title": "Angular component",
"content": "Angular component looks awesome!",
"authors": "Orangefire"
},
{
"id": 2,
"title": "Angular service",
"content": "I read something about angular service, i will try it soon",
"authors": "Orangefire"
},
{
"id": 3,
"title": "Fake Title",
"content": "qdfg2",
"authors": "qdfg"
},
{
"id": 4,
"title": "Fake Title 2 - edited",
"content": "Prout",
"authors": "Thomas Le Sciellour"
},
{
"id": 6,
"title": "What Web Can Do Today",
"content": "You like the new rules of HTML5 technologies and you want to discover all the API ? So this next site is for you.\n\nI would like to present What Web Can Do Today a usefull website who organizes all references features of HTML5 API.\n\nYou will find the common features as audio and video, webRTC for real-time communication, offline mode with the ServiceWorker, geolocation and many others. And more special features as sensors (ambient light, nfc…), speech recognition, notification system…\n\nMore than this listing of all features, on each you can click and see a description of the API and a statistic of which browser support it.\n\nTo conclude is a really good website to web integration. To use without moderation with the other website call Can I Use who lists all HTML5 features supported by each browser.\n",
"authors": "Thomas Le Sciellour"
}
]
}