mirror of
https://github.com/sensebox/blockly-app
synced 2025-04-25 22:00:32 +02:00
add more badges
This commit is contained in:
parent
0dd1977c47
commit
64c7e17022
1 changed files with 13 additions and 6 deletions
19
README.md
19
README.md
|
@ -1,14 +1,21 @@
|
||||||
# Blockly for senseBox app
|
# Blockly for senseBox app [][travis] [][fdroid] [][releases]
|
||||||
[](https://travis-ci.org/sensebox/blockly-app)
|
|
||||||
|
|
||||||
Blockly for senseBox is a visual programming editor for the senseBox:edu on mobile.
|
Blockly for senseBox is a visual programming editor for the senseBox:edu on mobile.
|
||||||
It is based on Google's [Blockly](https://developers.google.com/blockly/) and Carlos Pereira Atencio's [Ardublockly](https://github.com/carlosperate/ardublockly), which has been forked.
|
It is based on Google's [Blockly](https://developers.google.com/blockly/) and Carlos Pereira Atencio's [Ardublockly](https://github.com/carlosperate/ardublockly).
|
||||||
|
|
||||||
## Features
|
### Features
|
||||||
- generate Arduino code with visual drag-and-drop blocks, with blocks for the senseBox platform.
|
- generate Arduino code with visual drag-and-drop blocks, with blocks for the senseBox platform.
|
||||||
- online compiler for senseBox MCU
|
- online compiler for senseBox MCU
|
||||||
- over the air programming via WiFi for senseBox MCU
|
- over the air programming via WiFi
|
||||||
- Android 7+ & Web-browser support. iOS support is upcoming!
|
- Android 7+ & Web-browser support. (iOS support is upcoming)
|
||||||
|
|
||||||
|
[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" height="75" />][fdroid]
|
||||||
|
[<img src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png" height="75" />][playstore]
|
||||||
|
|
||||||
|
[travis]: https://travis-ci.org/sensebox/blockly-app
|
||||||
|
[releases]: https://github.com/sensebox/blockly-app/releases
|
||||||
|
[fdroid]: https://fdroid.org/de/packages/de.sensebox.blockly/
|
||||||
|
[playstore]: https://play.google.com/store/apps/details?id=de.sensebox.blockly
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
This is an Ionic 3 / Angular 5 application using Cordova Plugins for mobile-native functionality.
|
This is an Ionic 3 / Angular 5 application using Cordova Plugins for mobile-native functionality.
|
||||||
|
|
Loading…
Add table
Reference in a new issue