# Puller-Store

> Fetch from network and pull it in an object-based data store

## Including Puller-Store

#### Script tag

```html
<script src="https://cdn.jsdelivr.net/npm/puller-store/src/puller.js"></script>
```

For initiation you must create a variable to init the object

```js
const cloud = new Puller();
```
