melanie / Pixelfed Export Downloader to Markdown
0 likes
0 forks
2 files
Last active
Takes the outbox.json Pixelfed export data and downloads the files and creates markdown files. Great for use with something like 11ty or Astro.
1 | { |
2 | "name": "pixelfed-export-downloader", |
3 | "version": "1.0.0", |
4 | "main": "index.js", |
5 | "scripts": { |
6 | "start": "node index.js", |
7 | "test": "echo \"Error: no test specified\" && exit 1" |
8 | }, |
9 | "keywords": ["pixelfed"], |
10 | "author": "melanie kat", |
Newer
Older