An open API service indexing awesome lists of open source software.

https://github.com/rubyonworld/operators

Simple app to show different Ruby operators with their funny names.
https://github.com/rubyonworld/operators

app operatir ruby simple

Last synced: 2 months ago
JSON representation

Simple app to show different Ruby operators with their funny names.

Awesome Lists containing this project

README

          

[![Build Status][travis-image]][travis-url]

ruby-operators
==============
Simple app to show different Ruby operators with their funny names.

Prerequisites
===
- node
- create-elm-app (Install with `npm install -g create-elm-app`)

Run
===

### Run in development mode
```
elm-app start
```

It runs dev webserver at http://localhost:3000

### Generate production build
```
elm-app build
```

Serve project under a webserver

Contribute
==========
Edit [operators.json](https://github.com/anildigital/ruby-operators/blob/master/public/operators.json) and send pull request.

[travis-image]: https://api.travis-ci.org/anildigital/ruby-operators.svg?branch=master
[travis-url]: https://travis-ci.org/anildigital/ruby-operators