Tool made to easily archive to and browse online archives.
Go to file
2023-02-19 22:48:10 -05:00
src correct archvie name 2023-02-19 22:48:10 -05:00
static change archives, make site functional 2023-02-19 22:29:45 -05:00
.gitignore add making archives in archive.org, archive.is 2023-02-19 03:57:52 -05:00
.npmrc init svelte 2023-02-14 23:15:48 -05:00
config.example.json add making archives in archive.org, archive.is 2023-02-19 03:57:52 -05:00
fetch-archives.js add making archives in archive.org, archive.is 2023-02-19 03:57:52 -05:00
LICENSE Initial commit 2023-02-14 23:11:40 -05:00
make-archives.js change archives, make site functional 2023-02-19 22:29:45 -05:00
package-lock.json change archives, make site functional 2023-02-19 22:29:45 -05:00
package.json change archives, make site functional 2023-02-19 22:29:45 -05:00
postcss.config.cjs start api things or whatever, da basics :3 2023-02-15 00:05:19 -05:00
README.md change archives, make site functional 2023-02-19 22:29:45 -05:00
svelte.config.js start api things or whatever, da basics :3 2023-02-15 00:05:19 -05:00
vite.config.js init svelte 2023-02-14 23:15:48 -05:00

The Windows moving file animation

ultraarchive

A webtool to explore and add to online archives with ease.

Also my first Svelte project so be nice :(

development

git clone https://git.gay/a/ultraarchive.git
cd ultraarchive
npm i
cp ./config.example.json ./config.json
# edit config file to add 2captcha key
# if you do not have one with credits, contact aria to provide one as needed
npm start