Skip to content

Commit 2f56b0a

Browse files
committed
Update README.md
1 parent 81733ee commit 2f56b0a

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

README.md

+21-4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
[![GitHub version](https://img.shields.io/github/release/blynkkk/blynk-library.svg)](https://github.com/blynkkk/blynk-library/releases/latest)
2+
[![GitHub download](https://img.shields.io/github/downloads/blynkkk/blynk-library/total.svg)](https://github.com/blynkkk/blynk-library/releases/latest)
3+
[![GitHub stars](https://img.shields.io/github/stars/blynkkk/blynk-library.svg)](https://github.com/blynkkk/blynk-library)
4+
[![GitHub issues](https://img.shields.io/github/issues/blynkkk/blynk-library.svg)](https://github.com/vshymanskyy/blynk-library-js/issues)
5+
[![Build Status](https://img.shields.io/travis/blynkkk/blynk-library.svg)](https://travis-ci.org/blynkkk/blynk-library)
6+
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/blynkkk/blynk-library)
7+
8+
[Documentation](http://docs.blynk.cc/#blynk-firmware)
9+
10+
__________
11+
112
# What is Blynk?
213
Blynk is a platform with iOS and Android apps to control Arduino, Raspberry Pi and the likes over the Internet.
314
You can easily build graphic interfaces for all your projects by simply dragging and dropping widgets.
@@ -12,12 +23,18 @@ If you need more information, please follow these links:
1223
Please find examples on how to use different types of connections (transports) and how to do make something great with Blynk.
1324
You can easily apply any type of board/connection to all examples.
1425

15-
### License
16-
17-
This project is released under The MIT License (MIT)
26+
![Dashboard settings](https://github.com/blynkkk/blynk-server/blob/master/docs/overview/dash_settings.png)
27+
![Widgets Box](https://github.com/blynkkk/blynk-server/blob/master/docs/overview/widgets_box.png)
28+
![Button edit](https://github.com/blynkkk/blynk-server/blob/master/docs/overview/button_edit.png)
29+
![Terminal edit](https://github.com/blynkkk/blynk-server/blob/master/docs/overview/terminal_edit.png)
30+
![Dashboard](https://github.com/blynkkk/blynk-server/blob/master/docs/overview/dash.png)
1831

1932
__________
2033

21-
Implementations for other platforms:
34+
### Implementations for other platforms
2235
* [Arduino](https://github.com/blynkkk/blynk-library)
2336
* [Node.js + Espruino](https://github.com/vshymanskyy/blynk-library-js)
37+
* [MicroPython WiPy](https://github.com/wipy/wipy/tree/master/lib/blynk)
38+
39+
### License
40+
This project is released under The MIT License (MIT)

0 commit comments

Comments
 (0)