An open API service indexing awesome lists of open source software.

https://github.com/koharakazuya/zipweb

A zip file creation service on web.
https://github.com/koharakazuya/zipweb

zip

Last synced: 8 months ago
JSON representation

A zip file creation service on web.

Awesome Lists containing this project

README

          

# Zip Web

A zip file creation service on web.

Creates zip files and avoids well known issues on Windows and macOS.

## Features

- Web service that can be used offline
- Generates the zip file from a directory
- No `Thumbs.db`, `__MACOSX`, `*.DS_Store`
- No file metadata (e.g.: Permission, Modified timestamp)
- Avoids mojibake: uses UTF-8 instead of Shift-JIS
- Never upload the zip content

## Acknowledgements

-
- [ZIP の仕様を日本語でまとめる](https://gist.github.com/ysakasin/2edf8d3bf55c6ebf63f82851e302b030)
- [ZIP (ファイルフォーマット) - Wikipedia]()
- [Reading and writing files and directories with the browser-nativefs library](https://web.dev/browser-nativefs/)