Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit e5e7529

Browse files
committed
Update Readme
1 parent 3bb1659 commit e5e7529

File tree

1 file changed

+43
-20
lines changed

1 file changed

+43
-20
lines changed

README.md

Lines changed: 43 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# blynk-library-js
2+
Blynk library implementation for JavaScript (Node.js, Espruino)
3+
14
[![NPM version](https://img.shields.io/npm/v/blynk-library.svg)](https://www.npmjs.com/package/blynk-library)
25
[![NPM download](https://img.shields.io/npm/dm/blynk-library.svg)](https://www.npmjs.com/package/blynk-library)
36
[![GitHub stars](https://img.shields.io/github/stars/vshymanskyy/blynk-library-js.svg)](https://github.com/vshymanskyy/blynk-library-js)
@@ -6,36 +9,40 @@
69

710
[![NPM](https://nodei.co/npm/blynk-library.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/blynk-library/)
811

9-
Implementations for other platforms:
10-
* [Arduino](https://github.com/blynkkk/blynk-library)
11-
* [Particle](https://github.com/vshymanskyy/blynk-library-spark)
12-
* [Python, MicroPython](https://github.com/vshymanskyy/blynk-library-python)
13-
* [OpenWrt](https://github.com/vshymanskyy/blynk-library-openwrt)
14-
* [MBED](https://developer.mbed.org/users/vshymanskyy/code/Blynk/)
15-
* [Node-RED](https://www.npmjs.com/package/node-red-contrib-blynk-ws)
16-
12+
If you like **Blynk** - give it a star, or fork it and contribute!
13+
[![GitHub stars](https://img.shields.io/github/stars/blynkkk/blynk-library.svg?style=social&label=Star)](https://github.com/blynkkk/blynk-library/stargazers)
14+
[![GitHub forks](https://img.shields.io/github/forks/blynkkk/blynk-library.svg?style=social&label=Fork)](https://github.com/blynkkk/blynk-library/network)
1715
__________
1816

19-
# blynk-library-js
20-
Blynk library implementation for JavaScript (Node.js, Espruino)
17+
## What is Blynk?
18+
Blynk provides iOS and Android apps to control any hardware over the Internet or directly using Bluetooth.
19+
You can easily build graphic interfaces for all your projects by simply dragging and dropping widgets, right on your smartphone.
20+
Blynk is the most popular IoT platform used by design studios, makers, educators, and equipment vendors all over the world.
21+
22+
![Dashboard](https://github.com/blynkkk/blynk-server/blob/master/docs/overview/dash.png)
23+
![Widgets Box](https://github.com/blynkkk/blynk-server/blob/master/docs/overview/widgets_box.png)
2124

22-
# What is Blynk?
23-
Blynk is a platform with iOS and Android apps to control Arduino, Raspberry Pi and the likes over the Internet.
24-
You can easily build graphic interfaces for all your projects by simply dragging and dropping widgets.
25-
If you need more information, please follow these links:
25+
## Download
26+
**Blynk [Arduino Library](https://github.com/blynkkk/blynk-library/releases/latest)**
2627

27-
* [Kickstarter campaign](https://www.kickstarter.com/projects/167134865/blynk-build-an-app-for-your-arduino-project-in-5-m/description)
28-
* [Blynk downloads, docs, tutorials](http://www.blynk.cc)
29-
* [Blynk community](http://community.blynk.cc)
30-
* [Facebook](http://www.fb.com/blynkapp)
31-
* [Twitter](http://twitter.com/blynk_app)
28+
**Blynk App: [Google Play](https://play.google.com/store/apps/details?id=cc.blynk) / [App Store](https://itunes.apple.com/us/app/blynk-control-arduino-raspberry/id808760481?ls=1&mt=8)**
29+
30+
**Blynk [Server](https://github.com/blynkkk/blynk-server)**
31+
32+
## Documentation
33+
Social: [Webpage](http://www.blynk.cc) / [Facebook](http://www.fb.com/blynkapp) / [Twitter](http://twitter.com/blynk_app) / [Kickstarter](https://www.kickstarter.com/projects/167134865/blynk-build-an-app-for-your-arduino-project-in-5-m/description)
34+
Help Center: http://help.blynk.cc
35+
Documentation: http://docs.blynk.cc/#blynk-firmware
36+
Community Forum: http://community.blynk.cc
37+
Examples Browser: http://examples.blynk.cc
38+
Blynk for Business: http://www.blynk.io
3239

3340
## Getting Started tutorials
3441

3542
* [Blynk + JavaScript in 20 minutes (Raspberry Pi, Edison, Espruino...)](http://www.instructables.com/id/Blynk-JavaScript-in-20-minutes-Raspberry-Pi-Edison/)
3643
* [Raspberry Pi + DHT11/DHT22/AM2302](http://www.instructables.com/id/Raspberry-Pi-Nodejs-Blynk-App-DHT11DHT22AM2302/)
3744

38-
## Usage example:
45+
## Usage example
3946
```js
4047
var BlynkLib = require('blynk-library');
4148

@@ -68,3 +75,19 @@ v9.on('read', function() {
6875
* OpenWrt + Espruino package
6976

7077
Just install the required package and this module will do auto-detection.
78+
79+
__________
80+
81+
### Implementations for other platforms
82+
* [Arduino](https://github.com/blynkkk/blynk-library)
83+
* [Particle](https://github.com/vshymanskyy/blynk-library-spark)
84+
* [Lua, OpenWrt, NodeMCU](https://github.com/vshymanskyy/blynk-library-lua)
85+
* [Python, MicroPython](https://github.com/vshymanskyy/blynk-library-python)
86+
* [OpenWrt packages](https://github.com/vshymanskyy/blynk-library-openwrt)
87+
* [MBED](https://developer.mbed.org/users/vshymanskyy/code/Blynk/)
88+
* [Node-RED](https://www.npmjs.com/package/node-red-contrib-blynk-ws)
89+
* [LabVIEW](https://github.com/juncaofish/NI-LabVIEWInterfaceforBlynk)
90+
* [C#](https://github.com/sverrefroy/BlynkLibrary)
91+
92+
### License
93+
This project is released under The MIT License (MIT)

0 commit comments

Comments
 (0)