217 packages
account
Provide a skeleton interface for user account login, registration, serialization, and deserialization
account-couch
Implement the accounts interface using a couchdb backend
account-logger
Add logging to the account interface
account-test
Test suite for account interface implementations. This module is intended to be used in a mocha-based test suite for a specific account implementation. See the [account-couch](https://github.com/nisaacson/account-couch) module for an example
api-auth
Use couch-profiles to perform basic auth in express apps
api-middleware
collection of middleware for express servers
atc
Manage fleet spawns
bill-table-get-rows
Extracts all the tr rows for a given page of the bills table on the Hess Energy website https://www.hessenergy.com
build-docker-image-from-tarball
Take a path to a tarball image and build that tarball into a docker image
build-error
Wrap error messages into a standard javascript error object
couchdb-update-views
Keep couchdb views up to date
couch-profile
Store profile information in couchdb
cradle-nconf
Setup a basic cradle connection using the global nconf object
create-test-users
Create test couch profiles for use in testing authenticated web services which use the
dispatch-add-command
Add new spawn commands to the dispatcher database
dispatch-clone
Clone a remote repo to local disk for use in dispatch server
dispatch-request-spawn-all
Continually request a Dispatch server to spawn all commands until succesful
dispatch-should-spawn
test if a command is already spawned the allotted number of times
dispatch-spawn
Spawn an existing command via a dispatch server using fleet
dispatch-spawn-all
Spawn all commands for a given dispatch installation. Useful to start a complete service stack when a web-server restarts'
docparse
DocParse is a integrated solution to process data from supplier bills. Data is scraper from supplier websites and matched against user supplied uploads of scanned paid bills. From here the system outputs the data to a specially formatted website which is delivered to the client
docparse-add-imacros
add extracted data to the docparse system using the docparse rest api in an imacros for firefox environment
docparse-add-invoice
After saving an invoice, add the _id to the container bill
docparse-api
api server for the docparse project
docparse-bill
mongoose model schema for bills used in the DocParse system