A repo that returns a JSON response of my resume (abridged version) from a GET request.
The home page is a rendered view of information from the resume.json
file. You can also print the homepage to get a printer friendly version of the resume.
You can also use the curl
command to view information from the resume.json
file programmatically:
curl http://marian-resume.herokuapp.com/resume
- Clone repo
npm install
in home directory of reponpm start
to view webpage- Visit
http://localhost:3000/resume