https://github.com/afaur/ruby-webui
https://github.com/afaur/ruby-webui
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/afaur/ruby-webui
- Owner: afaur
- Created: 2016-06-19T16:05:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-19T16:06:00.000Z (about 10 years ago)
- Last Synced: 2025-02-12T13:56:43.338Z (over 1 year ago)
- Language: Ruby
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
A basic ruby example using [Wunderbar](https://github.com/rubys/wunderbar) to display something in a webpage.
# Usage
This could be used to ask for inputs then take action on the system. For
examples on extending look at the [Wunderbar Tutorial](https://github.com/rubys/wunderbar/blob/master/docs/Introduction1.md).
# Getting Started
```
bundle install
bundle exec rake
```