https://github.com/ezzylan/prayer-tracker-notion-endpoint
https://github.com/ezzylan/prayer-tracker-notion-endpoint
bun github-actions notion-api
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ezzylan/prayer-tracker-notion-endpoint
- Owner: ezzylan
- Created: 2025-09-15T19:34:09.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-11-23T16:23:53.000Z (7 months ago)
- Last Synced: 2026-04-13T01:33:04.081Z (about 2 months ago)
- Topics: bun, github-actions, notion-api
- Language: TypeScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# prayer-tracker-notion-endpoint
To install dependencies:
```bash
bun install
```
To run:
1. Add New Prayers Script
```bash
bun run src/add-new-prayers.ts
```
2. Update Prayer Status Script
```bash
bun run src/update-prayer-status.ts
```
This project was created using `bun init` in bun v1.2.22. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.