0.1.7 • Published 10 years ago

irjs-thingiverse v0.1.7

Weekly downloads
43
License
CC
Repository
github
Last release
10 years ago

Installation

$ npm install irjs-thingiverse

CLI

$ thing search -w pumpkin

thing#:12345 pumpkin spice latte
thing#:23456 Makerbot pumpkin
thing#:65432 Pumpkin holloween 
...

pumpkin spice latte.zip saved
Makerbot Pumkin.zip saved
Pumpkin holloween.zip saved
...


$ thing search -t robot

thing#:12345 Hanbot
thing#:98766 Pumpkinbot
...


$ thing search -u mowi

thing#:23494 body lotion
thing#:23847 soap
...


$ thing get -i 123456

123456.stl saved


$ thing get -r 123-456

123 saved
124 saved
page 125 does not exist
126 saved
thing 127 is not 3D file (not .stl format)
...

API

var thing = require('./irjs-thingiverse')

thing.searchByWord(term)
thing.searchByTag(tag1, tag2, ...)
thing.searchByUser(username)

thing.getFileiById(fileId)
thing.getFilesFromTo(startId, endId)


//thing.createThing(thingName)
//thing.addFilestoThing('.stl filename', thingName)

Test

$ mocha

Examples

0.1.7

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago