0.1.3 • Published 10 years ago

express-sextant v0.1.3

Weekly downloads
2
License
-
Repository
github
Last release
10 years ago

Build Status

Sextant n.

  1. An astronomical instrument used at sea to determine latitude and longitude.
  2. An express utility to list all the routes an express app responds to.

express-sextant

Rails sextant like library for express.js to check out route matching in express apps

Installation

$ npm install {package_name} --save

Usage

In your express app, after you have created the express application, require {package_name}, passing in the app object. Thats it !

var express = require("express");
var app = express();

require("{package_name}")(app);

Now, after your app has booted up, navigate to localhost:3000/routes to see the routes that your app supports.

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago