1.0.1 • Published 6 years ago

freewifimadrid v1.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

Free Wifi Madrid NPM version Build Status Dependency Status

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