Skip to content

Commit

Permalink
Update dbs.js
Browse files Browse the repository at this point in the history
  • Loading branch information
luisangelmaciel authored Aug 12, 2023
1 parent 6d9842b commit de4c703
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions js/dbs.js
Original file line number Diff line number Diff line change
@@ -1,36 +1,3 @@
{
"customers":[
{"CustomerName" : "Alfreds Futterkiste","City" : "Berlin","Country" : "Germany"},
{"CustomerName" : "Berglunds snabbköp","City" : "Luleå","Country" : "Sweden"},
{"CustomerName" : "Centro comercial Moctezuma","City" : "México D.F.","Country" : "Mexico"},
{"CustomerName" : "Ernst Handel","City" : "Graz","Country" : "Austria"},
{"CustomerName" : "FISSA Fabrica Inter. Salchichas S.A.","City" : "Madrid","Country" : "Spain"},
{"CustomerName" : "Galería del gastrónomo","City" : "Barcelona","Country" : "Spain"},
{"CustomerName" : "Island Trading","City" : "Cowes","Country" : "UK"},
{"CustomerName" : "Königlich Essen","City" : "Brandenburg","Country" : "Germany"},
{"CustomerName" : "Laughing Bacchus Wine Cellars","City" : "Vancouver","Country" : "Canada"},
{"CustomerName" : "Magazzini Alimentari Riuniti","City" : "Bergamo","Country" : "Italy"},
{"CustomerName" : "North/South","City" : "London","Country" : "UK"},
{"CustomerName" : "Paris spécialités","City" : "Paris","Country" : "France"},
{"CustomerName" : "Rattlesnake Canyon Grocery","City" : "Albuquerque","Country" : "USA"},
{"CustomerName" : "Simons bistro","City" : "København","Country" : "Denmark"},
{"CustomerName" : "The Big Cheese","City" : "Portland","Country" : "USA"},
{"CustomerName" : "Vaffeljernet","City" : "Århus","Country" : "Denmark"},
{"CustomerName" : "Wolski Zajazd","City" : "Warszawa","Country" : "Poland"}
]}

{
"cd" : [
{ "title" : "Empire Burlesque", "artist" : "Bob Dylan", "price" : "10.90" },
{ "title" : "Hide your heart", "artist" : "Bonnie Tyler", "price" : "9.90" },
{ "title" : "Greatest Hits", "artist" : "Dolly Parton", "price" : "9.90" },
{ "title" : "Still got the blues", "artist" : "Gary Moore", "price" : "10.20" },
{ "title" : "Eros", "artist" : "Eros Ramazzotti", "price" : "9.90" },
{ "title" : "One night only", "artist" : "Bee Gees", "price" : "10.90" },
{ "title" : "Sylvias Mother", "artist" : "Dr.Hook", "price" : "8.10" }
]
}

{
"codepen2023":[
{"Pen":"Status indicators in CSS",
Expand Down

0 comments on commit de4c703

Please sign in to comment.