Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.
/ PrintABrick Public archive
forked from hubnedav/PrintABrick

Web catalogue of LEGO® parts for 3D printing

Notifications You must be signed in to change notification settings

AngusClayton/PrintABrick

 
 

Repository files navigation

PRINT A BRICK

The low cost serverless verion hosted on AWS.

I have now taken it down as I didn't know og printabrick was taken down due to leagal reasons. All the infomation below is now irrelevent.

As of rn, has 5000 bricks or something. link to site.

Made a print a brick API today (mainly to teach myself aws) It currently only has download, no upload as of yet.

Get File API:

https://0sb44une91.execute-api.ap-southeast-2.amazonaws.com/testing/download/**model_no**

Get a list of all files: (json)

https://0sb44une91.execute-api.ap-southeast-2.amazonaws.com/testing/download/list

Example:

NXT MOTOR: model id 53787 https://0sb44une91.execute-api.ap-southeast-2.amazonaws.com/testing/download/53787

Door thingo: model id: 2400 https://0sb44une91.execute-api.ap-southeast-2.amazonaws.com/testing/download/2400

_by the way, if its slow its its because I throttled the rate to 1/second as i don't wan't to get billed if someone decides to screw with me. But once people start using it, i will up this

Whats the point of this?

. This API is AWS server less, so basically no maintenance, and low cost. I really only made this to teach myself these skills, so no preasure to use it. $3.50 for 1,000,000 API requests S3 storage is like 0.025/gb

About

Web catalogue of LEGO® parts for 3D printing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 81.9%
  • Python 18.1%