Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1.17 KB

README.md

File metadata and controls

30 lines (16 loc) · 1.17 KB

Waffle-printer

A quick and dirty way of printing waffle cards.

We* needed a way to get our cards out of waffle.io

We really like git2pdf by Pocketworks but because it pulls from Github the story points don't come through.

We got around this in the quickest dirtyest way we could. We might make it better in future if we need to, but for today this does the job.

How

Clone this repo.

You need the cards json from the waffle page. You can get it by inspecting the page, going to timeline and waiting until the page has finished loading. It's just cards not cards.json. Copy the response body.

an image of the inspector showing the payload

Save it into cards.json

From inside this folder run cat cards.json | ruby waffle-cards-printer.rb > cards.html

Open cards.html and print it.

#so

This is super clunky. If you have any better ideas then we're all ears!

  • We is @dawil and @notionparallax

the outcome