ciderpunx / cv-api

REST API for my curriculum vitæ
GNU General Public License v3.0
1 stars 0 forks source link

This is the pre-alpha version of a Curriculum Vitæ API that I am developing to replace my old xmlcv.pl CV generation script which was impressive when I first put it on PerlMonks in 2005, but not so much in 2016 when I am writing.

It will use:

On the data format side I also looked at FRESCA which is an alternate standard for résumés/curriculum vitæ. On the face of it json-resume was marginally simpler, but good tools like HackMyResume exist to convert between formats.

Once the API side of things is written, I will need to think about a UI for it. For now it will just be a case of writing JSON by hand and using the Firefox HTTPRequester Plugin