Openthings is an open-source platform for sharing open design and building things together. The project is based on git.
The official Openthings instance is running here: https://openthinhs.wiki Everyone can run their own instance when it's shared alike.
- Open the OpenthingsImplementation folder within your terminal
./sbt_reload-on-codechanges
- Open the OpenthingsImplementation/src/main/webapp in your terminal
npm install
gulp start
The Openthings api makes it possible for people to load Openthing projects on the personal website through a GET API. This way people can create there own showcase of open design project but make use of the bigger Openthings system and database. For V2 we are planning to create a POST api so people can post project onto Openthings from their personal website.
=================== We are keeping track of the Openthings TODOS in Trello: https://trello.com/b/ztcZRp8n/openthings
=====================
- title= text search
- description= text search
- difficulty= single number 1...6 or list of numbers 1,2, ...
- state= single number 1...6 or list of numbers 1,2, ...
- creator= single id of a creator or a list of ids 1,2, ...
- tag= single id of a tag or a list of tags 1,2, ...
- rating= integer 4 or decimal 4.1; defines the minimal rating of projects
- licence= all, com or deriv
- nr_of_items= number of items for pagination
- current_page= number o the current page
https://www.openthings.wiki/api/projects/search?tag=51,48&nr_of_items=8
https://www.openthings.wiki/api/projects/search?title=zelfgemaakt
With the API you can search for (multiple)tag(s). You can find the tag id simply in the url on Openthings when you click on a specific tag you would like to search for. For example:
https://www.openthings.wiki/api/projects/search?tag=51,48
You can search for the difficulty based on a nr from 1 to 6. For example:
https://www.openthings.wiki/api/projects/search?tag=51,48&difficulty=3
You can search for the projects with a specific state based on a number from 1 to 6. For example:
https://www.openthings.wiki/api/projects/search?tag=51,48&state=2
You can search for the projects with a specific creative commons licence. For example:
- all
- com
- deriv
https://www.openthings.wiki/api/projects/search?tag=51,48&licence=deriv
Specify how much items are returned:
https://www.openthings.wiki/api/projects/search?tag=51,48&licence=deriv&nr_of_items=2
Move through search result pages:
https://www.openthings.wiki/api/projects/search?tag=51,48&licence=deriv&nr_of_items=2¤t_page=2
- Fablab Amsterdam https://fablab.waag.org
- Platform Maker Education https://makereducation.nl