Add new video games

This commit is contained in:
James Skemp 2021-04-25 08:18:19 -05:00
parent 223a19dd15
commit 44b1bff0d3
3 changed files with 154 additions and 1 deletions

View File

@ -135874,6 +135874,117 @@
"notes": [
"Normally $49.99, but free with Plus."
]
},
{
"$": {
"id": "3553"
},
"title": [
"Animal Crossing: Wild World"
],
"system": [
{
"console": [
"Nintendo"
],
"version": [
"DS"
]
}
],
"purchase": [
{
"date": [
"2021-04-03"
],
"price": [
"14.99"
],
"place": [
"ebay (maximaira3)"
]
}
],
"own": [
"yes"
],
"notes": [
"Bought two copies. Game only, but supposedly new. Received 4/17/2021."
]
},
{
"$": {
"id": "3554"
},
"title": [
"Animal Crossing: Wild World"
],
"system": [
{
"console": [
"Nintendo"
],
"version": [
"DS"
]
}
],
"purchase": [
{
"date": [
"2021-04-03"
],
"price": [
"14.99"
],
"place": [
"ebay (maximaira3)"
]
}
],
"own": [
"yes"
],
"notes": [
"Bought two copies. Game only, but supposedly new. Received 4/17/2021."
]
},
{
"$": {
"id": "3555"
},
"title": [
"NieR Replicant ver.1.22474487139... White Snow Edition"
],
"system": [
{
"console": [
"PlayStation"
],
"version": [
"4"
]
}
],
"purchase": [
{
"date": [
"2020-09-26"
],
"price": [
"159.99"
],
"place": [
"Square-Enix Store"
]
}
],
"own": [
"yes"
],
"notes": [
"Pre-ordered. Received 4/23/2021."
]
}
]
}

View File

@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:video_games": "node ./node/video_games.js"
"build:video_games": "node ./node/video_games.js"
},
"repository": {
"type": "git",

View File

@ -50590,6 +50590,48 @@
<own>yes</own>
<notes>Normally $49.99, but free with Plus.</notes>
</game>
<game id="3553">
<title>Animal Crossing: Wild World</title>
<system>
<console>Nintendo</console>
<version>DS</version>
</system>
<purchase>
<date>2021-04-03</date>
<price>14.99</price>
<place>ebay (maximaira3)</place>
</purchase>
<own>yes</own>
<notes>Bought two copies. Game only, but supposedly new. Received 4/17/2021.</notes>
</game>
<game id="3554">
<title>Animal Crossing: Wild World</title>
<system>
<console>Nintendo</console>
<version>DS</version>
</system>
<purchase>
<date>2021-04-03</date>
<price>14.99</price>
<place>ebay (maximaira3)</place>
</purchase>
<own>yes</own>
<notes>Bought two copies. Game only, but supposedly new. Received 4/17/2021.</notes>
</game>
<game id="3555">
<title>NieR Replicant ver.1.22474487139... White Snow Edition</title>
<system>
<console>PlayStation</console>
<version>4</version>
</system>
<purchase>
<date>2020-09-26</date>
<price>159.99</price>
<place>Square-Enix Store</place>
</purchase>
<own>yes</own>
<notes>Pre-ordered. Received 4/23/2021.</notes>
</game>
<!-- after adding new items run the following from root:
npm run build:video_games
-->