0.9.21 • Published 4 years ago

quickapi-express v0.9.21

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

Test Rest APIs right in the browser

init

const quickapi = require('./quickapi.js')(express, app, 3000, (err, msg) =>{
	console.log(msg)
})

// access by http://localhost:port/quickapi
0.9.21

4 years ago

0.9.2

4 years ago