itsb/README.md

18 lines
643 B
Markdown
Raw Normal View History

2019-12-14 10:01:03 +00:00
<p align="center">TODO: logo!</p>
<h1 align="center">international transport safety bureau</h1>
A project whose goal is to centralize accident reports and make them easier to access.
## Setup
* Install the following dependencies:
* [pup](https://github.com/ericchiang/pup): `go get github.com/ericchiang/pup`
* [jq](https://stedolan.github.io/jq/): `sudo apt install jq`
* [xmltodict](https://github.com/martinblech/xmltodict): `pip install xmltodict`
* Add [`bin/json2xml`](bin/json2xml) to your `$PATH`
## Usage
Run [`feedgen.sh`](feedgen.sh) to build the RSS feeds. You can add this script to CRON to build the feeds regularly.