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

https://github.com/yanick/yarnline

A timeline of Ravelry projects
https://github.com/yanick/yarnline

Last synced: about 2 months ago
JSON representation

A timeline of Ravelry projects

Awesome Lists containing this project

README

        

# YarnLine: A Timeline of Your Ravelry Projects

YarnLine is a happy mashup of [Timeline JS](http://timeline.verite.co/)
and [Ravelry](http://www.ravelry.com). It takes your projects and
display them in a slick and purty timeline.

**NOTE** Right now, `YarnLine` uses the web service endpoint
given [there](http://www.ravelry.com/help/api), which only works
for yourself. A version working for any user is forthcoming.

## How to install and run

1. Run 'perl ./Build.PL && ./Build installdeps'

2. Change the ravelry consumer key and secret in 'config.yml' for yours.
the key given at http://www.ravelry.com/help/api

3. Run the single-thread web server: 'perl ./bin/app.pl'

4. Point your browser to 'http://localhost:3000' and enjoy!