Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 852 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 852 Bytes

Web Downloader

Have you ever wanted to download your favorite character from WebAO? Now you can! Type in the name of the character you want and it will zip up all of their animations and sounds.

Setting up your own repo

Right now this is only tested with Apache and directory indexing enabled. You can add &asset=https://..../ to the URL to use another repository.

Auto-download

You can add &char=... to the URL to directly pack and start the download for a character.

Development

Setting up your environment

This project supports nvm for managing node version support. To run this locally:

  1. nvm use
  2. npm ci
  3. npm run dev-server
  4. Visit http://localhost:8080

Creating a production build

Running npm run build will build the /dist folder which is ready for static content hosting.