Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions collection/antoinette-marie.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
```js
{
"lastName": "Antoinette",
"firstName": "Marie",
"lastWords": "Pardonnez-moi, monsieur.",
"translation": "Excuse Me, Sir", // If last words are in a non-English language, include English translation
"biography": "Last Queen of France before the French Revolution",
"born": "1755-11-02",
"died": "1793-10-16",
"note": "Died at the Guillotine"
}
```
11 changes: 11 additions & 0 deletions collection/churchill-winston.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
```js
{
"lastName": "Churchill",
"firstName": "Winston",
"lastWords": "I'm bored with it all.",
"biography": "British Prime Minister",
"born": "1874-11-30",
"died": "1965-01-24",
"note": ""
}
```
11 changes: 11 additions & 0 deletions collection/feynman-richard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
```js
{
"lastName": "Feynman",
"firstName": "Richard",
"lastWords": "This dying is boring.",
"biography": "Famous theoretical physicist",
"born": "1918-05-11",
"died": "1988-02-15",
"note": ""
}
```
11 changes: 11 additions & 0 deletions collection/hitchcock-alfred.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
```js
{
"lastName": "Hitchcock",
"firstName": "Alfred",
"lastWords": "One never knows the ending. One has to die to know exactly what happens after death, although Catholics have their hopes.",
"biography": "Famous Director",
"born": "1899-08-13",
"died": "1980-04-29",
"note": ""
}
```
11 changes: 11 additions & 0 deletions collection/jobs-steve.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
```js
{
"lastName": "Jobs",
"firstName": "Steve",
"lastWords": "Oh wow. Oh wow. Oh wow.",
"biography": "Founder of Apple Inc.",
"born": "1955-02-24",
"died": "2011-10-05",
"note": ""
}
```
11 changes: 11 additions & 0 deletions collection/murrow-edward-r.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
```js
{
"lastName": "Murrow",
"firstName": "Edward R.",
"lastWords": "Well, Jan, we were lucky at that.",
"biography": "Famous broadcast journalist",
"born": "1908-04-25",
"died": "1965-04-27",
"note": ""
}
```
11 changes: 11 additions & 0 deletions collection/sinatra-frank.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
```js
{
"lastName": "Sinatra",
"firstName": "Frank",
"lastWords": "I'm losing it.",
"biography": "Famous Singer & Actor",
"born": "1915-12-12",
"died": "1998-05-14",
"note": ""
}
```
11 changes: 11 additions & 0 deletions collection/smith-bessie.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
```js
{
"lastName": "Smith",
"firstName": "Bessie",
"lastWords": "I'm going, but I'm going in the name of the Lord.",
"biography": "Famous Blues Singer",
"born": "1894-04-15",
"died": "1937-09-26",
"note": ""
}
```