Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/murtuzaalisurti/bookmarks
A web app which converts the bookmark HTML file into a PDF which you can download.
https://github.com/murtuzaalisurti/bookmarks
bookmarks html javascript netscape-bookmark-file nodejs pdf
Last synced: 5 days ago
JSON representation
A web app which converts the bookmark HTML file into a PDF which you can download.
- Host: GitHub
- URL: https://github.com/murtuzaalisurti/bookmarks
- Owner: murtuzaalisurti
- Created: 2021-12-28T18:15:50.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-05T04:22:32.000Z (almost 3 years ago)
- Last Synced: 2023-03-05T05:44:10.099Z (over 1 year ago)
- Topics: bookmarks, html, javascript, netscape-bookmark-file, nodejs, pdf
- Language: JavaScript
- Homepage: https://bookmarks-pdf.herokuapp.com/
- Size: 1.11 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Convert Bookmarks to PDF
A web app which converts the bookmark HTML file into a PDF which you can download. You can also add multiple bookmark files and combine them into a single PDF. This web app uses a [bookmark parser](https://gist.github.com/devster31/4e8c6548fd16ffb75c02e6f24e27f9b9) made by [devster31](https://github.com/devster31) to parse the bookmark file.
## Usage
#### Step 1
> Export your bookmarks from your browser. The exported file will be an HTML file.#### Step 2
> Visit this [link](https://bookmarks-pdf.herokuapp.com/) and upload the HTML file!#### Step 3
> After clicking on the download button, a dialog box will appear through which you can download the PDF.#### Step 4
> That's it.## Dependencies
> Make sure you have nodejs installed on your machine. Run `npm install` to install the required dependencies.## Local Development
> After installing dependencies, run `node index.js`, or `nodemon index.js` if you have nodemon installed globally, to kickstart the development server. But before you do that, make sure to set the PORT number as an environment variable.## Tool Used
> This app makes use of a [bookmark parser](https://gist.github.com/devster31/4e8c6548fd16ffb75c02e6f24e27f9b9) made by [devster31](https://github.com/devster31).Made with :heart: by murtuza