# djh-utils

> Generic services and utilities that I use a lot. (Others may or may not find useful!)

Latest version **0.3.2** (published 2015-04-24) · FreeBSD license · 0 weekly downloads

## Install

```sh
npm install djh-utils
pnpm add djh-utils
yarn add djh-utils
bun add djh-utils
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.3.2 |
| Published | 2015-04-24 |
| First published | 2013-06-18 |
| Weekly downloads | 0 |
| License | FreeBSD |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.12.2 |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Dan Houldsworth |
| Maintainers | danhouldsworth, freelivetutor |

## Links

- npm: https://www.npmjs.com/package/djh-utils
- Repository: https://github.com/FreeLiveTutor/djhUtils
- Issues: https://github.com/FreeLiveTutor/djhUtils/issues
- npm.io page: https://npm.io/package/djh-utils

## Dependencies (1)

- [websocket](https://npm.io/package/websocket.md) =1.0.18

## Recent versions

- 0.3.2 (latest) — 2015-04-24
- 0.3.1 — 2014-10-27
- 0.3.0 — 2014-10-27
- 0.2.1 — 2014-10-22
- 0.2.0 — 2014-10-22
- 0.1.21 — 2014-10-17
- 0.1.20 — 2014-07-21
- 0.1.19 — 2013-10-22
- 0.1.18 — 2013-10-22
- 0.1.17 — 2013-10-22
- 0.1.16 — 2013-10-22
- 0.1.15 — 2013-10-22
- 0.1.14 — 2013-10-21
- 0.1.13 — 2013-10-07
- 0.1.12 — 2013-10-07
- … 34 more at https://npm.io/package/djh-utils/versions

## README

DJHutils
========

Reusable modularised code that I use a lot across different apps.


// -- Constructors
exports.Produce_window 		= require('lib/DOMwindow.js').Produce_window;
exports.Produce_UI_Comms 	= require('lib/UI_Comms.js').Produce_UI_comms;
// --

// -- Networking and routing
exports.RouteMessage		= require('lib/MessageRouter.js').RouteMessage;
exports.get_network_IP 		= require('lib/get_network_IP.js');
// --

// -- Maths libraries
exports.Vector2 			= require('lib/Vector2.js').Vector2;
// --

---
_Source: https://npm.io/package/djh-utils · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
