Skip to content

fr3man1/fibonacci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • Python 2.7
  • Works on Linux, Windows, Mac OSX and (quite possibly) BSD.

Install

The quick way is use the provided make file.

$ make install

Starting and Stopping Services

To launch the services:

$ make launch

To stop the services:

$ make shutdown

APIs and Documentation

Movie Service (port 5005)

This service is used to get a list of nth fibonaci numbers. To lookup all movies in the database, hit: http://127.0.0.1:5005/fib/<nth>

GET /movies

RETURNS a list of n fibonaci numbers, in this case : http://127.0.0.1:5005/fib/9

[0, 1, 1, 2, 3, 5, 8, 13, 21]

About

fibonacci sequnce generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published