https://github.com/kodular/ai-unchive
AIA Viewer for Kodular
https://github.com/kodular/ai-unchive
aia android appinventor kodular python viewer web
Last synced: about 1 month ago
JSON representation
AIA Viewer for Kodular
- Host: GitHub
- URL: https://github.com/kodular/ai-unchive
- Owner: Kodular
- License: mit
- Created: 2019-11-11T10:35:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-14T09:07:51.000Z (6 months ago)
- Last Synced: 2025-04-03T20:43:17.795Z (about 2 months ago)
- Topics: aia, android, appinventor, kodular, python, viewer, web
- Language: JavaScript
- Homepage: https://unchive.kodular.io
- Size: 20.5 MB
- Stars: 23
- Watchers: 6
- Forks: 15
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ai-unchive
An AIA-Viewer for Kodular and App Inventor, written in vanilla JavaScript!
With Unchive, you can view your projects without having to log in to the Creator.## Setting up Unchive on your device
### Pre-requisites
- Python 2.7/3
- An internet connection### Installation
1. Download the repository by clicking on "Clone or download" in the top-right of this screen. You can either download as zip or clone the repository on your device.
2. Extract the files in a new folder. Open terminal/command prompt in this folder.
3. Install python requests by typing the following command in the terminal.
```
pip install requests
```
4. Once the package is installed successfully, run
```
python setup.py serve
```
5. Once set-up finishes, navigate to `localhost:8000` to access Unchive
#### Credits
[Peter Mathijssen](https://community.kodular.io/u/peter/summary) for the logo. Many thanks!