Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ans-4175/shapeup_saver

Shapeup save to pdf
https://github.com/ans-4175/shapeup_saver

Last synced: 11 days ago
JSON representation

Shapeup save to pdf

Awesome Lists containing this project

README

        

# ShapeUp Saver

[ShapeUp](https://basecamp.com/shapeup/3.1-chapter-09) is a Web Book published by Ryan Singer from Basecamp.
This project help to read ShapeUp offline by print pdf each section using Puppeteer

## Installation

Use `npm`, `npx` or `yarn` to install dependencies

```bash
npm install
```

## Usage

Run program to scrape all pages
```
node index.js
```
Pages exported inside `export_path` with .pdf format

## Contributing
Do what you want to fork and run this project directly or contact me at [@ans4175](http://twitter.com/ans4175)

## License
[WTFPL](https://choosealicense.com/licenses/wtfpl/)