https://github.com/edgeapp/airbitz-cli-web
A web-based interface to the Airbitz CLI tool
https://github.com/edgeapp/airbitz-cli-web
Last synced: about 1 year ago
JSON representation
A web-based interface to the Airbitz CLI tool
- Host: GitHub
- URL: https://github.com/edgeapp/airbitz-cli-web
- Owner: EdgeApp
- License: other
- Created: 2017-05-10T17:06:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T13:33:26.000Z (over 8 years ago)
- Last Synced: 2025-02-14T14:55:16.474Z (over 1 year ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Airbitz Web CLI
This web app allows you to run the Airbitz CLI in your browser. It supports the same commands as the [`airbitz-cli`](https://github.com/Airbitz/airbitz-cli) command-line tool. You can see documentation by running the `help` command.
## Installing
Once you clone this repo, just do:
yarn
yarn start
Once that's done, just launch `assets/index.js` in your favorite browser.