https://github.com/dainfloop/bluesky-slack
Bluesky for Slack.
https://github.com/dainfloop/bluesky-slack
Last synced: 8 months ago
JSON representation
Bluesky for Slack.
- Host: GitHub
- URL: https://github.com/dainfloop/bluesky-slack
- Owner: DaInfLoop
- Created: 2025-04-10T12:41:13.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-10T13:03:43.000Z (about 1 year ago)
- Last Synced: 2025-06-10T03:09:47.966Z (about 1 year ago)
- Language: TypeScript
- Size: 27.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bluesky-slack
Bluesky for Slack. Idek what to put here, this was something random I made in `nano` for the fun of it.
Yes, I made this all in nano. Because who needs an IDE?
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.1.27. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.