libingester
===================

This library is a tool for creation of packaged website data ("hatches") that can then be used in the SOMA pipeline.

### Usage
API documentation: https://endlessm.github.io/libingester/

Also see the examples in the `examples/` directory.

### License
LGPL v2.1

### Running tests
- Prerequisites:
 ```
 $ npm install
 ```

- Running tests:
 ```
 $ npm test
 ```

### Linting (eslint):
 ```
 $ npm install -g eslint
 $ npm install -g eslint-config-node
 $ npm install -g babel-eslint
 $ npm install -g eslint-plugin-import

 $ # Only show errors
 $ eslint --quiet .

 $ # Show errors and warnings
 $ eslint .

 ```

©2017-2018 Endless Mobile
