odineiramone / ruby-repl-on-browser

Code ruby in your browser!

Home Page:https://pacific-gorge-33451.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Ruby repl on browser

REPL -> A Read–Eval–Print Loop (REPL), also known as an interactive toplevel or language shell, is a simple, interactive computer programming environment that takes single user inputs (i.e. single expressions), evaluates them, and returns the result to the user (from wikipedia)

Made with

  • Ruby 2.5.1
  • Sinatra

How to install?

  1. gem install bundler
  2. bundle install
  3. ruby application.rb
  4. Visit localhost:4567

Or you can see it on heroku

I would like to say thank you to my friend Arthur Silva to messing things up around here help me to improve project security

sooo nice

About

Code ruby in your browser!

https://pacific-gorge-33451.herokuapp.com/


Languages

Language:Ruby 37.2%Language:JavaScript 36.2%Language:HTML 21.0%Language:CSS 5.6%