Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/girigiribauer/bluesky-feed-helloworld
お試しで最小構成でフィードを作ってみます
https://github.com/girigiribauer/bluesky-feed-helloworld
Last synced: 10 days ago
JSON representation
お試しで最小構成でフィードを作ってみます
- Host: GitHub
- URL: https://github.com/girigiribauer/bluesky-feed-helloworld
- Owner: girigiribauer
- Created: 2024-12-15T02:13:46.000Z (17 days ago)
- Default Branch: main
- Last Pushed: 2024-12-15T07:09:50.000Z (17 days ago)
- Last Synced: 2024-12-15T07:27:22.905Z (17 days 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
# bluesky-feed-helloworld
Bluesky のフィードを最小構成で作ってみます
- https://docs.bsky.app/docs/starter-templates/custom-feeds
- firehose 使わない、固定のポストを出すだけ
- https://github.com/bluesky-social/feed-generator (参考)
- https://qiita.com/rutan/items/a26652113935606c7855 (参考)
- Hono https://hono.dev/
- render https://render.com/## 手元で動かす
```
npm install
npm run dev
```## 公開・取り消しする
```
npm run publish
npm run unpublish
```