LEGO Storage app using ionicframework, Angular, RxJS, TypeScript, and Rebrickable API.
- Clone the repo
git clone https://github.com/MichaelBierbaum/LegoStorageWithRebrickable
- Navigate to the project folder
cd LegoStorageWithRebrickable
- Open commandline and install dependencies, e.g. the angular commandline interpreter
npm install -g @angular/cli
- Install dependencies
npm install
- Create an account on rebrickable for using their api
https://rebrickable.com
- Create an key, copy and paste it into
api_KeyIsMissing.ts
- Rename this file to
api.ts
- Run the app
ng serve
- Visit the app in a browser
http://localhost:4200