Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shanebdavis/lego-sets-csv
https://github.com/shanebdavis/lego-sets-csv
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/shanebdavis/lego-sets-csv
- Owner: shanebdavis
- Created: 2024-12-06T08:18:19.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-06T09:15:38.000Z (about 2 months ago)
- Last Synced: 2024-12-06T10:22:47.406Z (about 2 months ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```