From 64c7e170228c21c05f8691539fad566e4d931f5c Mon Sep 17 00:00:00 2001 From: Norwin Roosen Date: Sat, 27 Apr 2019 15:49:12 +0200 Subject: [PATCH] add more badges --- README.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c8610be..693977c 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,21 @@ -# Blockly for senseBox app -[![Build Status](https://travis-ci.org/sensebox/blockly-app.svg?branch=master)](https://travis-ci.org/sensebox/blockly-app) +# Blockly for senseBox app [![Build Status](https://travis-ci.org/sensebox/blockly-app.svg?branch=master)][travis] [![Fdroid Badge](https://img.shields.io/f-droid/v/de.sensebox.blockly.svg)][fdroid] [![github releases](https://img.shields.io/github/release/sensebox/blockly-app.svg?logo=github)][releases] 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. - online compiler for senseBox MCU -- over the air programming via WiFi for senseBox MCU -- Android 7+ & Web-browser support. iOS support is upcoming! +- over the air programming via WiFi +- Android 7+ & Web-browser support. (iOS support is upcoming) + +[][fdroid] +[][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 This is an Ionic 3 / Angular 5 application using Cordova Plugins for mobile-native functionality.