Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 254 Bytes

File metadata and controls

13 lines (8 loc) · 254 Bytes

Basic Fibonacci App

This is a basic fibonacci app using Express.

Setup

  1. npm install express

Running

  1. node server.js
  2. Go to http://localhost:8080 in a web browser
  3. Go to http://localhost:8080/fib?n=x where x is some integer