# Archives Web
Helper functions (and web app) for METS/ALTO archive viewing.

## Usage
```
npm install @thestanforddaily/archives-web
```

Use utility functions

```
const {fetchAllPapers} = require("@thestanforddaily/archives-web/lib/helpers/papers");
```

## Publishing new version
Increment version.
Run `npm publish --access public`