1.4.5 • Published 10 years ago
apport v1.4.5
Apport
Apport provides helpers for accessing and using HTTP APIs.
Usage
Given this folder structure:
apps
users
api
groups
api
roles
apiThen when using apport like this:
var apport = require('apport');
var api = apport.api(process.cwd() + '/apps');The api object will contain the structure of the /api folders.