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

https://github.com/naugtur/printing


https://github.com/naugtur/printing

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# printing

run `npm install` first

## generate prints form data
`node app.js`
accepts input.json, creates page.html

change page template in page.tpl to match your fields in data
change the number of items per page in app.js

then work in style.css to get the content right, but the A4 size and printing hacks are there for you.

## convert CSV to json
`node csv2json.js`
accepts input.csv, creates output.json