Skip to content

A simple web service that can compute the Fibonacci sequence.

License

Notifications You must be signed in to change notification settings

typelead/eta-fib-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eta Fibonacci Service

This repository hosts the code for the fibonacci service example in the Web Service tutorial.

Running

etlas run

This will start a server at http://localhost:9000.

There's a single endpoint:

GET /fibonacci/:n

Where the :n can be replaced with a non-negative integer.

About

A simple web service that can compute the Fibonacci sequence.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published