0.2.2 • Published 7 years ago

w3w v0.2.2

Weekly downloads
9
License
MIT
Repository
github
Last release
7 years ago

w3w

Very small what3words library for node and browser

const w3w = require('w3w')('key');

const { geometry } = await api.forward('index.home.raft');
console.log(geometry); // { lng: -0.203586, lat: 51.521251 }

Methods

  • forward(address)
  • reverse(lat, long)
  • autoSuggest(address, { clip, count, ml })
  • standardBlend(address, { lang, focus, ml })
  • grid(nelat, nelong, swlat, swlong)
  • languages()

for more information see https://docs.what3words.com/api/v2/#overview

0.2.2

7 years ago

0.2.1-test

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago