Skip to content

melquiadesvazquez/freeWifiMadrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Nodejs library to find free Wi-Fi hotspots around a location in Madrid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published