A repo showing all the UNESCO world heritage sites I visited using the UNESCO api. API information was converted from the XLS file to a json file (output.json) using xml-to-json package. Also includes pictures I took on the trip for each site.
- Clone repo
- cd into repo
- Run
npm install
- Run
npm run dev
- Visit
localhost:8080
in your browser
- Run
npm test
in root of repo