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

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

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.