asnunes / notion-page-to-html

NodeJS tool to convert public Notion pages to HTML from page ID
MIT License
161 stars 42 forks source link

Example? #2

Open philfreo opened 3 years ago

philfreo commented 3 years ago

Two ideas to make this project more approachable

  1. A public example of input Notion and output/resulting hosted HTML file somewhere

  2. (If I'm understanding this project correct) Ideally there'd be a way to run this without writing any code, via npx, to have a single command to take a public notion URL and covert it to static HTML that can be hosted anywhere. (I'm also looking at https://github.com/leoncvlt/loconotion as something similar)

Apologies if I'm misunderstanding what this is intended for though!