Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpds-io/7zip.html
Browse 7z archives online in the web-browsers
https://github.com/mpds-io/7zip.html
7z 7z-archives 7zip 7zip-utility archive javascript online-service unarchive
Last synced: about 13 hours ago
JSON representation
Browse 7z archives online in the web-browsers
- Host: GitHub
- URL: https://github.com/mpds-io/7zip.html
- Owner: mpds-io
- License: mit
- Created: 2021-03-20T09:47:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-15T21:40:01.000Z (about 2 years ago)
- Last Synced: 2023-03-03T08:39:29.566Z (over 1 year ago)
- Topics: 7z, 7z-archives, 7zip, 7zip-utility, archive, javascript, online-service, unarchive
- Language: JavaScript
- Homepage: https://unzip.mpds.io
- Size: 889 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 7zip.html
A tool to browse 7zip archives online in the web-browsers.
## Getting Started
You'll need [Node.js](https://nodejs.org) and [NPM](http://npmjs.com) to run it locally. Please make sure you have it on your machine.
### Installing
A step by step series of examples that tell you how to get a development env running:
- Clone the repo to your machine.
- Run `npm install` in terminal in the folder with the app.
- Run `npm run start` to run the app locally.## Deployment
- Run `npm run build` to create an app that you can host. It will create a final `index.html` in the root folder of the app.
## Built With
- Vanilla JavaScript.
- [Archive library for browsers](https://github.com/nika-begiashvili/libarchivejs).## Authors
- [**Matvii Hodovaniuk**](https://github.com/hodovani)
## License
This project is licensed under the [MIT](LICENSE.md) - see the [LICENSE.md](LICENSE.md) file for details