An API created in Flask with an endpoint that returns the x number in the fibonacci sequence.
Online demo: https://fibonacciflask.herokuapp.com/fib/1 change the number at the end in the url https://fibonacciflask.herokuapp.com/fib/x
Clone the project, then run: pip install -r requirements.txt python app.py