initial commit
This commit is contained in:
37
data/consoles.json
Normal file
37
data/consoles.json
Normal file
@ -0,0 +1,37 @@
|
||||
{
|
||||
"nes": {
|
||||
"title": "Nintendo",
|
||||
"slug": "nes",
|
||||
"releaseDate": "1985-10-18",
|
||||
},
|
||||
"snes": {
|
||||
"title": "Super Nintendo",
|
||||
"slug": "snes",
|
||||
"releaseDate": "1991-09-09",
|
||||
},
|
||||
"n64": {
|
||||
"title": "Nintendo 64",
|
||||
"slug": "n64",
|
||||
"releaseDate": "1996-09-29",
|
||||
},
|
||||
"gbc": {
|
||||
"title": "Game Boy Color",
|
||||
"slug": "gbc",
|
||||
"releaseDate": "1998-11-18",
|
||||
},
|
||||
"switch": {
|
||||
"title": "Nintendo Switch",
|
||||
"slug": "switch",
|
||||
"releaseDate": "2017-03-03",
|
||||
},
|
||||
"ps1": {
|
||||
"title": "Playstation",
|
||||
"slug": "ps1",
|
||||
"releaseDate": "1995-09-01",
|
||||
},
|
||||
"ps2": {
|
||||
"title": "Playstation 2",
|
||||
"slug": "ps2",
|
||||
"releaseDate": "2000-10-26",
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user