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

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

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)