Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/girigiribauer/bluesky-feed-helloworld

お試しで最小構成でフィードを作ってみます
https://github.com/girigiribauer/bluesky-feed-helloworld

Last synced: 10 days ago
JSON representation

お試しで最小構成でフィードを作ってみます

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
```