An alternative to the ray app, written in Crystal, that you use in your browser.
First, ensure you have Crystal installed
git clone https://github.com/jonathandey/oak
shards install
export KEMAL_ENV=production
crystal build -o ./oak --release src/oak.cr
Run the oak server:
./oak
Then navigate to http://127.0.0.1:23517/console
Finally, start sending ray data using the PHP ray()
function
git clone https://github.com/jonathandey/oak
crystal run src/oak.cr
- Fork it (https://github.com/jonathandey/oak)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Jonathan Dey - creator and maintainer