# harpy

Content fetching and normalization components for NoFlo.

## Local testing

First make sure you have all dependencies installed:

```
npm install
```

Use the following command to run tests locally:

```
grunt dev
```
