Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stephane-klein/notion-database-to-yaml-playground
- Owner: stephane-klein
- Created: 2023-10-26T12:53:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-26T13:51:31.000Z (over 1 year ago)
- Last Synced: 2024-04-13T04:26:48.807Z (10 months ago)
- Topics: javascript, node-js, notion, notion-api, playground, yaml
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```