Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 859 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 859 Bytes

Launchdata 🚀

Go

Screenshot

Wikipedia has a lot of interesting data about rocket launches, but it's hard to parse and read the wikipedia table format. This library converts the wikipedia launch tables to JSON for easy consumption.

data/ contains the cleaned JSON data, organized by decade

Usage

# Build
go build .

# Create a local cache
launchdata cache all --output-dir ./data

# Explore
launchdata browse 2022

Similar datasources