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

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 🎉🎉🎉

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
```