Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jckw/readwise-feed
https://github.com/jckw/readwise-feed
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jckw/readwise-feed
- Owner: jckw
- Created: 2023-12-26T21:03:51.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-02T09:06:02.000Z (11 months ago)
- Last Synced: 2024-06-03T09:46:35.555Z (5 months ago)
- Language: TypeScript
- Homepage: https://readwise-feed-production.up.railway.app/
- Size: 492 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-readwise - readwise-feed - A passive social media feed of user's reading activity. (Tools / Other)
README
# Readwise Feed
Readwise Feed is an experimental passive social media platform that showcases a number
of users' reading activity and interests in a single feed via syncing their activity
from Readwise.It is built with Next.js, Prisma, and Vercel Postgres.
## Demo
https://readwise-feed.vercel.app/
## How it works
There are two kinds of activity on Readwise: highlights and bookmarking (via the Reader
app).The app fetches the latest highlights and bookmarks from Readwise's API and stores them
in a Postgres database. It then fetches the latest highlights and bookmarks from the
database and displays them in a feed.Every 30 minutes, the app syncs the latest highlights and bookmarks from Readwise's
API.The feed works for books, articles, Tweets, podcasts, etc. – anything that can be added
to Readwise.