# @magicfun1241/noi

> Network of interests

Latest version **1.0.3** (published 2020-01-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install @magicfun1241/noi
pnpm add @magicfun1241/noi
yarn add @magicfun1241/noi
bun add @magicfun1241/noi
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2020-01-05 |
| First published | 2020-01-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 7.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | magicfun1241 |
| Maintainers | magicfun1241 |
| Keywords | users, network |

## Links

- npm: https://www.npmjs.com/package/@magicfun1241/noi
- Repository: https://github.com/MFSoftware/noi
- Homepage: https://github.com/MFSoftware/noi#readme
- Issues: https://github.com/MFSoftware/noi/issues
- npm.io page: https://npm.io/package/@magicfun1241/noi

## Recent versions

- 1.0.3 (latest) — 2020-01-05
- 1.0.2 — 2020-01-05

## README

# noi
Network of interests

## Install
```bash
npm i noi --save
```

## Usage
```javascript
const {
    Network,
    User
} = require('@magicfun1241/noi');

const net = new Network({
    sport: 'number',
    design: 'number',
    programing: 'number'
});

net.add(new User({
    sport: 1,
    design: 5,
    programing: 5
}), 'alice');

net.add(new User({
    sport: 3,
    design: 5,
    programing: 1
}), 'bob');

console.log(net.compare('alice', 'bob'));
```

## License
MIT

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