Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stephane-klein/notion-database-to-yaml-playground

Notion database to yaml playground
https://github.com/stephane-klein/notion-database-to-yaml-playground

javascript node-js notion notion-api playground yaml

Last synced: about 2 months ago
JSON representation

Notion database to yaml playground

Awesome Lists containing this project

README

        

# Notion database to yaml playground

Issue context (in french): https://github.com/stephane-klein/backlog/issues/334

Getting started:

```sh
$ asdf install
$ pnpm install
$ source .envrc
$ ./playground.js
rows:
- Name: John Doe
Age: 10
- Name: Alice Doe
Age: 20
```