Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulgb/treeverse
Visualize Bluesky conversations as a tree.
https://github.com/paulgb/treeverse
atproto bluesky data-visualization
Last synced: 5 days ago
JSON representation
Visualize Bluesky conversations as a tree.
- Host: GitHub
- URL: https://github.com/paulgb/treeverse
- Owner: paulgb
- License: mit
- Created: 2016-10-28T02:46:46.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-12-08T00:45:04.000Z (15 days ago)
- Last Synced: 2024-12-08T01:25:32.276Z (15 days ago)
- Topics: atproto, bluesky, data-visualization
- Language: TypeScript
- Homepage: https://treeverse.app
- Size: 10.1 MB
- Stars: 522
- Watchers: 11
- Forks: 43
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Treeverse
Treeverse is a web application for visualizing Bluesky conversations as trees.
From 2014-2023, Treeverse was a bookmarklet and later Chrome/Firefox extension for visualizing Twitter conversations.
That version was killed by changes to Twitter's API, but the code is still available in the [`old-treeverse` branch](https://github.com/paulgb/treeverse/tree/old-treeverse).# Using it
You can use Treeverse online at [treeverse.app](https://treeverse.app).
# Running it locally
To run it locally, you can use the following commands in the base of this repo:
```
npm install
npm run dev
```