Skip to content

Blynk library implementation for JavaScript (Node.js, Espruino)

License

Notifications You must be signed in to change notification settings

guymcswain/blynk-library-js

 
 

Repository files navigation

blynk-library-js

This is a fork of vshymanskyy blynk-library-js created to address issues affecting my projects (maybe yours too).

Usage example for blynk server with Let's Encrypt cerbot:

var BlynkLib = require('blynk-library');

const options = { addr: 'your-domain-name',
                  certs_path: '/path/to/null/server.crt'
                };
// You must have a file named 'server.crt' in certs_path directory and it must be null.

var blynk = new BlynkLib.Blynk('715f8caae9bf4a91bae319d0376caa8d', options);

// you are now connected and your auth code is validated.

Tested on:

  • Node.js v8.11.3
  • Blynk server certificates: Let's Encrypt, Self-signed.

About

Blynk library implementation for JavaScript (Node.js, Espruino)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.1%
  • Makefile 1.9%