An open API service indexing awesome lists of open source software.

https://github.com/simonv3/skagway-running-checks

Keeping track of Skagway's expenses
https://github.com/simonv3/skagway-running-checks

civic-data civic-tech

Last synced: 23 days ago
JSON representation

Keeping track of Skagway's expenses

Awesome Lists containing this project

README

          

# skagway-running-checks

Parsing & Visualizing

If you have a CheckRun file, you can parse it like so:

```
node process-checks.js .pdf
```

It'll get output in the `check-runs` folder according to the date it was run.

## Seeing output

TODO

## Seeing site locally

You'll need git, node, and jekyll.

Clone the site locally

```
git clone git@github.com:simonv3/skagway-running-checks.git
```

Move to the new directory:
```
cd skagway-running-checks
```

Then run jekyll:
```
jekyll serve
```