An API you can curl, or open in a browser, to receive Bluesky data as markdown!
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 22 lines 433 B view raw
1{ 2 "name": "bsky-markdown-api", 3 "version": "0.1.0", 4 "private": true, 5 "scripts": { 6 "dev": "next dev", 7 "build": "next build", 8 "start": "next start" 9 }, 10 "dependencies": { 11 "@atproto/api": "^0.19.3", 12 "next": "16.1.6", 13 "react": "19.2.3", 14 "react-dom": "19.2.3" 15 }, 16 "devDependencies": { 17 "@types/node": "^20", 18 "@types/react": "^19", 19 "@types/react-dom": "^19", 20 "typescript": "^5" 21 } 22}