1.1.2 • Published 10 years ago

minix v1.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

#Minix The extremely lightweight RESTful routing library


var minix = require('./index.js')

minix.newEndpoint("/hello/[0-9]",function() {
  console.log("Hello World!")
})

minix.setFallback(function() {
  console.log("No Good")
})

minix("/hello/")()  // No Good
minix("/hello/5")() // Hello World!

#Documentation To Come

##Make a dirty martini

- 1 shotglass of Dry Vermouth
- 2 shotglasses of Gin
- 1 olive
- 1 tablespoon of olive juice
- 1 shaker
- As much ice as can fit in the shaker

Mix olive juice, gin, and vermouth in the shaker. Strain into martini glass. Kick back and enjoy because you are now routing incomming requests like a pro.

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago