freewifimadrid
v1.0.1
Published
Nodejs library to find free Wi-Fi hotspots around a location in Madrid
Downloads
8
Readme
Free Wifi Madrid
Nodejs library to find free Wi-Fi hotspots around a location in Madrid
Installation
$ npm install --save freewifimadrid
Usage
const freeWifiMadrid = require('freewifimadrid');
freeWifiMadrid({
'lat': 40.4164154, // latitude
'lng': -3.7043029, // longitude
'dst': 1000 // distance in metres
}).then((resp) => {
console.log(resp);
});
License
MIT © Melquiades Vazquez