Skip to content

gebeto/notion-oauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notion-oauth

Notion Public OAuth and CORS Proxy

Deploy Vercel

You can also deploy it to Vercel:

vercel --prod

or just by connecting your Vercel app to git repository

Deploy to VPC

You can run the server with node.js simply by running

node server.js

Also you can do it with pm2

pm2 start --name notion-oauth server.js