Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create places.json #27

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
61 changes: 61 additions & 0 deletions data/architecture/places.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"description": "Places",
"source": "https://www.architecturaldigest.com/story/most-iconic-buildings-around-the-world",
"places to visit with great architecture before you go": [{
"name":"Avala Tower",
"where": "Beli Potok, Serbia"
}, {
"name":"Svalbard Seed Vault",
"where": "Svalbard and Jan Mayen"
}, {
"name":"Christi Auferstehung Church",
"where": "Cologne, Germany"
},{
"name":"Cathedral of Christ the King",
"where": "La Spezia, Italy"
},{
"name": "Renaissance Center",
"where": "Detroit, MI"
},{
"name": "The Guggenheim",
"where": "New York City, USA"
},{
"name": "The Pyramids of Giza",
"where": "Giza, Egypt"
},{
"name":"Acropolis of Athens",
"where": "Athens, Greece"
},{
"name": "Musée d'Orsay",
"where": "Paris, France"
},{
"name": "The Gherkin",
"where":"London, U.K."
},{
"name":"Metropolitan Cathedral of Brasília",
"where": "Brasília, Brazil"
},{
"name": "The Colosseum",
"where": "Rome, Italy"
},{
"name": "The Lotus Temple",
"where": "New Delhi, India"
},{
"name": "St. Basil's Cathedral",
"where": "Moscow, Russia"
},{
"name": "Dome of the Rock",
"where":"Jerusalem, Israel"
},{
"name": "Casa Milà",
"where": "Barcelona, Spain"
},{
"name": "Forbidden City",
"where":"Beijing, China"
}

]
}