#vpnbook api
vpnbook is a website that host **PPTP** vpns that you can connect using the windows10 vpn feature.
this is a **unofficial api** that you can download with npm by saying:
```bash
	npm i vpnbook
```
#usage
here are the functions you can use.
```javascript
	var vb = require('vpnbook');
	vb.login(); //logs to console the login for the vpn.
	vb.servers(); //logs to console the running servers.
```
other
```javascript
	var vb = require('vpnbook');
	vb.info(); //logs to console servers and login.
```

#advantage
this gives an advantage because it allows you to get the servers and password
without seeing any ads.