An open API service indexing awesome lists of open source software.

https://github.com/crowdhailer/cv-service


https://github.com/crowdhailer/cv-service

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

cv-serivce
==========

This repo is for a microservice to deliver Curriculum Vitae Repos from github.
The service offers a restful API for accessing CV's of the form

```
service.com/
```

Use
===
1. Include a target element with id cv-service-container
2. Make available github username on the JS variable gon.github_username
3. Include JavaScript tag below (requires JQuery)

```html

```

Parsing
=======
CV's are parsed using the Redcarpet Ruby Gem