phoinixi / jsonresume-theme-stackoverflow

Stack Overflow theme for JSON Resume
https://francesco.netlify.app/
132 stars 134 forks source link

Added support for the standard location string within jsonschema resume #55

Closed frg closed 3 years ago

frg commented 3 years ago

Accepts both

"location": { "city": "Zürich", "countryCode": "CH", "region": "Switzerland" }

"location": "Zürich, Switzerland"

frg commented 3 years ago

This pr resolves issue described in #45

phoinixi commented 3 years ago

Thanks