https://github.com/evmar/masto
mastodon archive viewer
https://github.com/evmar/masto
Last synced: about 2 months ago
JSON representation
mastodon archive viewer
- Host: GitHub
- URL: https://github.com/evmar/masto
- Owner: evmar
- Created: 2024-12-16T19:47:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-27T18:39:11.000Z (over 1 year ago)
- Last Synced: 2025-12-19T21:58:13.220Z (6 months ago)
- Language: TypeScript
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Mastodon archive export viewer.
```
$ tsc -w
$ node gather.js path/to/masto/export.zip > notes.json
$ npm run serve
```