simple-map-api

1.0.0 • Public • Published

simple-map-api

Makesure you can visit maps.googleapis.com

Install

npm i simple-map-api

Example

var sma = require('simple-map-api');

var server = new sma({
    port:3010
});

server.start(); //=> server running on http://localhost:3010

http://localhost:3010?geolocation=39.909946,116.656435&callback=callbackfn
http://localhost:3010?address=tongzhouqu&callback=callbackfn

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    6
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    6

Package Sidebar

Install

npm i simple-map-api

Weekly Downloads

6

Version

1.0.0

License

ISC

Last publish

Collaborators

  • cxm