Skip to content

A web service that takes an integer and gives the corresponding Fibonacci numbers as xml output.

Notifications You must be signed in to change notification settings

johnoburns/fibonacci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview
This web service will accept a positive integer and give the corresponding Fibonacci numbers as xml output.

Requirements
This web service was developed using the flask 0.9 package.  It requires this package to run.  
If you have pip, you can install it with pip using the command "pip install flask".

Usage
After installing the required flask package do the following.

1. Run the webservice.py file to start the webservice.
2. Point your browser to http://127.0.0.1:5000/.  You will be prompted for a number.
3. Enter a number and press the Submit button.  You will see the xml data for the fibonacci number. 

About

A web service that takes an integer and gives the corresponding Fibonacci numbers as xml output.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages