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
- Host: GitHub
- URL: https://github.com/yanick/yarnline
- Owner: yanick
- Created: 2012-07-24T01:00:54.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-05T21:12:57.000Z (almost 13 years ago)
- Last Synced: 2025-02-15T23:41:13.595Z (3 months ago)
- Language: JavaScript
- Size: 379 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkdn
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/api3. Run the single-thread web server: 'perl ./bin/app.pl'
4. Point your browser to 'http://localhost:3000' and enjoy!