JavaScript library for Network Interface on Mbed OS
npm install mbed-js-st-network-interfaceSee this project for more information: mbed-js-example
* Install this library using npm (Node package manager) with the following command:
```
cd project_path
npm install syed-zeeshan/mbed-js-st-network-interfaceConfiguration
To use easy-connect, you have have to configure the connectivity method as shown here.
// Initialize
var network_interface = new NetworkInterface_JS();// To connect to internet using easy-connect library
network_interface.connect();
``