Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shanebdavis/lego-sets-csv


https://github.com/shanebdavis/lego-sets-csv

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Lego Sets CSV Downloader

This mini project is a personal tool designed to download parts lists for Lego sets and format them for easy copy-pasting into Google Sheets.

## Features

- Fetches parts lists for specified Lego sets.
- Formats data into tab-delimited CSV for easy copy-paste into Google Sheets.

## Installation

Clone the repository:

```bash
git clone https://github.com/shanebdavis/lego-sets-csv.git
cd lego-sets-csv
```

Install the necessary dependencies:

```bash
npm ci
```

## Usage

```bash
./start.sh
```