https://github.com/devhammed/javascript_info
A script that downloads javascript.info website as PDF 🎉🎉🎉
https://github.com/devhammed/javascript_info
Last synced: 5 months ago
JSON representation
A script that downloads javascript.info website as PDF 🎉🎉🎉
- Host: GitHub
- URL: https://github.com/devhammed/javascript_info
- Owner: devhammed
- Created: 2020-02-27T07:21:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-08T03:46:59.000Z (almost 3 years ago)
- Last Synced: 2024-12-19T08:13:06.762Z (over 1 year ago)
- Language: JavaScript
- Size: 31.3 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# javascript_info
A script that downloads [javascript.info](https://javascript.info) website as PDF 🎉🎉🎉
## Downloading
Go to the[ Releases](https://github.com/devhammed/javascript_info/releases) page to download automatically generated PDFs.
I am using GitHub Actions to build them on push to master branch in this repo.
## Build Manually
You can also build the PDF locally using your machine by following below instructions:
```sh
git clone https://github.com/devhammed/javascript_info
cd javascript_info
npm install
npm start
```