https://github.com/trace2798/outerbase-command-notion
This is a repo containing Notion integration with Outerbase Command and displaying that in the front end using
https://github.com/trace2798/outerbase-command-notion
hashnode hashnode-hackathon outerbase outerbase-hackathon
Last synced: 6 months ago
JSON representation
This is a repo containing Notion integration with Outerbase Command and displaying that in the front end using
- Host: GitHub
- URL: https://github.com/trace2798/outerbase-command-notion
- Owner: trace2798
- License: mit
- Created: 2023-09-15T09:29:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-17T18:28:19.000Z (over 2 years ago)
- Last Synced: 2025-03-15T17:12:34.242Z (9 months ago)
- Topics: hashnode, hashnode-hackathon, outerbase, outerbase-hackathon
- Language: TypeScript
- Homepage: https://outerbase-command-notion.vercel.app
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Integration Notion with Outerbase Command
### This repo is for my submission for the Outerbase X Hashnode hackathon, which took place during September 1 - September 30, 2023
#### Hashnode article: [Integrating Notion with Outerbase](https://shreyas-chaliha.hashnode.dev/integrating-notion-with-outerbase)
### To create you own Notion Integrated Command in Outerbase, please refer to the Hashnode article mentioned above.
## Getting Started
### Either fork the repo or directly clone it
### Prerequisites
**Node version 16.8 or later
**macOS, Windows (including WSL), and Linux are supported.
### To directly clone the repo
```shell
git clone https://github.com/trace2798/outerbase-command-notion
```
### Install packages
```shell
npm i
```
### Start the app
```shell
npm run dev
```
## Available commands
Running commands with npm `npm run [command]`
| command | description |
| :-------------- | :--------------------------------------- |
| `dev` | Starts a development instance of the app |
| `build` | To build your application |
| `start` | Starts a production instance of the app |
## For integrating Notion with Outerbase I have wrote a very detailed article on [Hashnode](https://shreyas-chaliha.hashnode.dev/integrating-notion-with-outerbase)