Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manthanank/notion-nodejs
Notion API Notes Schedule
https://github.com/manthanank/notion-nodejs
nodejs notion
Last synced: about 6 hours ago
JSON representation
Notion API Notes Schedule
- Host: GitHub
- URL: https://github.com/manthanank/notion-nodejs
- Owner: manthanank
- Created: 2022-09-18T14:45:37.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T04:54:28.000Z (4 months ago)
- Last Synced: 2024-07-08T16:36:53.632Z (4 months ago)
- Topics: nodejs, notion
- Language: JavaScript
- Homepage: https://notion-nodejs.onrender.com
- Size: 225 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notion API Notes Schedule
This is part of a YouTube tutorial using the Notion API to fetch scheduled Notes from notion and display in a webpage
## Notion Setup
- Create a calendar database in Notion with a title, date, tags and description
- Create an integration
- Share your calendar with the integration## Usage
Add your notion secret token and the database id to the .env-example file and rename to .env
```
npm install
npm start
```Reference - [Link](https://youtu.be/9JdP-S3crt8)