Skip to content

mauropelizzari/fibonacci-tdd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fibonacci Sequence

TDD experiments with node, mocha and friends..

  • For testing

npm test

  • For run application

npm install

node bin/fibonacci-exec.js

  • For create a portably scripts

npm install -g

fbn

  • For start an http server

npm start

curl http://localhost:3000/fibonacci/{number}

where number is the number of the elements in the sequence.

  • For Docker execution

docker build -t fibonacci-image .

docker run -p 8080:80 fibonacci-image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published