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.
- Host: GitHub
- URL: https://github.com/eltonsantos/fibonacci_api_rails
- Owner: eltonsantos
- Created: 2016-12-15T14:21:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-09T05:09:21.000Z (over 9 years ago)
- Last Synced: 2025-01-11T09:40:02.675Z (over 1 year ago)
- Topics: fibonacci-api-rails, rails, ruby
- Language: Ruby
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.