Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-15T23:34:24.000Z (5 months ago)
- Last Synced: 2024-08-16T00:41:06.387Z (5 months ago)
- Topics: aia, android, appinventor, kodular, python, viewer, web
- Language: JavaScript
- Homepage: https://unchive.kodular.io
- Size: 20.4 MB
- Stars: 22
- Watchers: 8
- Forks: 14
- Open Issues: 12
-
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!