# ∞
## Infinity
Create infinite linked lists in JavaScript. Each item is linked to the next and previous item.
This can also be used as an nth generator with a pure interface (see [example](#example)).
## Installation
Node:
```shell
npm install --save @codefeathers/infinity
```
In the browser:
```HTML