Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lemonyte/deta-terminal
Access to a Deta Micro's underlying command shell.
https://github.com/lemonyte/deta-terminal
css deta deta-space fastapi html javascript python shell terminal
Last synced: about 1 month ago
JSON representation
Access to a Deta Micro's underlying command shell.
- Host: GitHub
- URL: https://github.com/lemonyte/deta-terminal
- Owner: lemonyte
- License: mit
- Created: 2023-07-07T21:06:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-02T03:24:45.000Z (3 months ago)
- Last Synced: 2024-08-02T04:44:38.472Z (3 months ago)
- Topics: css, deta, deta-space, fastapi, html, javascript, python, shell, terminal
- Language: JavaScript
- Homepage: https://deta.space/discovery/@lemonpi/terminal
- Size: 141 KB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# Deta Terminal
> [!IMPORTANT]
> This project was created for Deta Space, a service which no longer exists as of October 17th, 2024.Access to a Deta Micro's underlying command shell.
This app was created for debugging purposes, and just out of curiosity.
## Installation
Install your own instance on Deta Space by clicking the button below.
[![Install on Space](https://deta.space/buttons/dark.svg)](https://deta.space/discovery/@lemonpi/terminal)
## Usage
Similar to how you would use a terminal app on your computer, you type commands and view the output.
For example, you can quickly test Python snippets with `python -c "code"` and view environment variables with `printenv`.
However, note that the Deta Micro runtime (essentially the AWS Lambda runtime) is very limited, so many commands and executables are not present.
Basic commands like `ls`, `cat`, and `echo` work, but things like `apt` and `curl` are not available.## License
[MIT License](license.txt)