https://github.com/crowdhailer/cv-service
https://github.com/crowdhailer/cv-service
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/crowdhailer/cv-service
- Owner: CrowdHailer
- Created: 2014-03-26T22:06:05.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-26T22:07:15.000Z (almost 12 years ago)
- Last Synced: 2025-02-07T19:44:51.830Z (11 months ago)
- Language: Ruby
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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