Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/treehouses/treehouses.github.io
A Markdown Wiki for treehouses 🏡
https://github.com/treehouses/treehouses.github.io
couchdb docker hacktoberfest raspberry-pi treehouses
Last synced: 5 days ago
JSON representation
A Markdown Wiki for treehouses 🏡
- Host: GitHub
- URL: https://github.com/treehouses/treehouses.github.io
- Owner: treehouses
- Created: 2019-07-17T04:51:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-10T23:08:10.000Z (12 days ago)
- Last Synced: 2024-12-11T00:20:38.929Z (12 days ago)
- Topics: couchdb, docker, hacktoberfest, raspberry-pi, treehouses
- Language: HTML
- Homepage: http://treehouses.io
- Size: 52.4 MB
- Stars: 132
- Watchers: 72
- Forks: 106
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to treehouses
=====================[![Website treehouses.io](https://img.shields.io/website?url=https%3A%2F%2Ftreehouses.io)](https://treehouses.io)
[![Gitter chatroom](https://img.shields.io/gitter/room/treehouses/Lobby)](https://gitter.im/treehouses/Lobby)What is treehouses?
-------------------treehouses is the name of our system allowing us to share our different learning platforms via the Raspberry Pi series of single-board computer devices.
Currently the Raspberry Pi models supported are: the zero W, the Pi 3, the Pi 3B+ and the Pi 4
Main system branches
--------------------treehouses consists of several parts:
### cli
We have created our suite of commands to be used in the Raspberry Pi terminal, which can be found in [treehouses/cli](https://www.npmjs.com/package/@treehouses/cli)
```
npm i @treehouses/cli
```### builder
This is where our [modified Raspberry Pi images](https://download.treehouses.io) are created: [treehouses/builder](https://github.com/treehouses/builder).
### remote
Currently in remote, we are developing an [Android app](https://play.google.com/store/apps/details?id=io.treehouses.remote) which allows Android phones and tablets interact with the terminal of the Raspberry Pi over Bluetooth: [treehouses/remote](https://github.com/treehouses/remote).