0.2.8 • Published 6 years ago

robutils v0.2.8

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

Build Status Coverage Status

ROBUTIL

A small utility library for my projects

Installation

npm install @dennisjade/robutils

Usage

var robutils = require('@dennisjade/robutils');

Available methods

- token  = robutils.token.verify(source, req.headers)
- logger = robutils.logger.log.<info/error/warn>('you msg')
- parser = robutils.
- config = robutils.config.get(owner, environment, configObject)
      configObject = {
        CONFIG_URL: ''https://localhost:6062,
        HEADER_TOKEN: 'abcdefghijklmnopqrstwxyz'
      }

Tests

npm test

0.2.8

6 years ago

0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago