Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ans-4175/shapeup_saver
- Owner: ans-4175
- License: unlicense
- Created: 2019-07-21T09:38:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-05T07:41:46.000Z (over 3 years ago)
- Last Synced: 2024-10-12T10:06:06.314Z (25 days ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)