Metadata-Version: 2.1
Name: logger_sio_client
Version: 1.0.4
Summary: An amazing sample package!
Author-email: Pradeep <nair.pradeep@gmail.com>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: Apache Software License
Requires-Dist: requests >=2.6
Requires-Dist: python-socketio==3.1.2
Requires-Dist: python-engineio==3.14.0

nanuaddnumb1
========

Node.js module that generates a nanu-addnumb1.

Uses crypto.randomBytes when available, falls back to unsafe methods for node.js <= 0.4.

To increase performance, random bytes are buffered to minimize the number of synchronous calls to crypto.randomBytes.

## Installation

   $ npm install nanu-addnumb1

## Usage

   var add = require('nanu-addnumb1');

   console.log(add(1,3,343,4,34,345));


