From 426f48f7904bd8f590e1a569efde3cf6b2326e2e Mon Sep 17 00:00:00 2001 From: yehezkielgunawan Date: Thu, 7 Oct 2021 13:32:55 +0700 Subject: [PATCH] docs(README.md): :memo: Add tutorial to self host the api worker --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b1b762d..1fa8de6 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,10 @@ All public pages can be accessed without authorization. If you want to fetch pri To obtain your token, login to Notion and open your DevTools and find your cookies. There should be a cookie called `token_v2`, which is used for the authorization. +### How to Self Host This API Worker + +There is a mini tutorial to simply host it by yourself. Check it out at [https://dev.to/yehezkielgunawan/how-to-self-host-notion-api-worker-from-splitbee-1lm](https://dev.to/yehezkielgunawan/how-to-self-host-notion-api-worker-from-splitbee-1lm). + ## Credits - [Timo Lins](https://twitter.com/timolins) – Idea, Documentation