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

https://github.com/eltonsantos/fibonacci_api_rails

Fibonacci API Rails 5.
https://github.com/eltonsantos/fibonacci_api_rails

fibonacci-api-rails rails ruby

Last synced: about 2 months ago
JSON representation

Fibonacci API Rails 5.

Awesome Lists containing this project

README

          

# Fibonacci API Rails

API that consumes a JSON and calculates the Fibonacci number. The calculation is shown in a simple layout with an input field, a button, and a block for output.

## Dependencies

- Ruby 2.3.0 version
- Rails 5.0.0 version

## Installation

On terminal:

1. `git clone git@github.com:eltonsantos/fibonacci_api_rails`.
2. `cd fibonacci_api_rails`.
3. `bundle install`.
4. run `rails s`.

## Usage

1. In your browser access `localhost:3000`.
2. Enter a number.
3. Wait calculate and finish.

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/eltonsantos/fibonacci_api_rails.