Skip to content

n1koo/cloju-cv

Repository files navigation

cloju-cv

Simple CV template thingie.

  • Clojure
  • Stencil
  • HTTP-kit
  • Ring
  • twitter-api
  • Cheshire

Running example can be found at n1ko.salaliitto.com

Prerequisites

You will need Leiningen 1.7.0 or above installed.

Your cv and twitter_cred paths should be configured in the cloju-cv.properties -file. Repository contains mine for reference.

Example twitter_cred.json:

{
	"screen-name" : "your-screen-name"
	"api-key": "xxx",
	"api-secret": "yyy",
	"user-access-token" : "zzz",
	"user-access-token-secret" : "vvv"
}

Running

To start a web server for the application, run:

lein ring server

TODO

  • Hobbies
  • Better technologies listing
  • Styling
  • Editing and persisting data
  • Linkedin API integration?

License

This project is licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published