Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gebeto/notion-oauth

Notion Public OAuth and CORS Proxy
https://github.com/gebeto/notion-oauth

notion notion-api notion-database notion-ouath vercel vercel-deployment vercel-serverless

Last synced: 7 days ago
JSON representation

Notion Public OAuth and CORS Proxy

Awesome Lists containing this project

README

        

# notion-oauth
Notion Public OAuth and CORS Proxy

## Deploy Vercel
You can also deploy it to [Vercel](https://vercel.com):
```sh
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
```sh
node server.js
```

Also you can do it with [pm2](https://pm2.keymetrics.io/)
```sh
pm2 start --name notion-oauth server.js
```