Skip to content

axestyra/webDownloaderCOA

 
 

Repository files navigation

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.

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.1%
  • HTML 20.7%
  • CSS 8.2%