Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 501 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 501 Bytes

Hops JSON

A hop database in JSON format - hops.json.

Based on the BrewDB database from Samir Boulema.

Usage

  1. Clone the repository and submodules.

     git clone --recursive https://github.com/stuartraetaylor/hops-json.git
    
  2. Run the exporter (requires Python 3).

     chmod +x hop_export_full.py
     ./hop_export_full.py
    

The hop database is exported to hops.json in the root of the project.