bbrewer97202 / brick-data

The start of a database access layer for rebrickable.com brick data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

brick-data

The start of an access layer for brick data sourced from rebrickable.com using TypeScript and SQLite.

Setup

npm install

Download files from rebrickable:

npm run rebrickable:download

Generate the database:

npm run db:generate

Major thanks to rebrickable.com for making their data available. Learn more at https://rebrickable.com/downloads/

About

The start of a database access layer for rebrickable.com brick data.

License:MIT License


Languages

Language:TSQL 57.0%Language:TypeScript 43.0%