https://github.com/nbbaier/hn-notifier-db
https://github.com/nbbaier/hn-notifier-db
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nbbaier/hn-notifier-db
- Owner: nbbaier
- Created: 2025-02-27T19:06:57.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-18T23:40:27.000Z (3 months ago)
- Last Synced: 2025-03-19T00:29:34.296Z (3 months ago)
- Language: TypeScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hn-notifier
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.2.4. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.