Skip to content

Commit

Permalink
Modified w3w docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Mar 1, 2015
1 parent cf0110d commit 67dc3de
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions docs/providers/W3W.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ what3words is a global grid of 57 trillion 3mx3m squares.
Each square has a 3 word address that can be communicated quickly,
easily and with no ambiguity.

> **Addressing the world**
> Everyone and everywhere now has an address
**Addressing the world**

## Python Example
Everyone and everywhere now has an address

## Examples

**Geocoding 3 Words**

Expand All @@ -27,13 +28,20 @@ easily and with no ambiguity.
...
```

**Command Line Interface**

```bash
$ geocode 'embedded.fizzled.trial' --provider w3w
$ geocode '45.15, -75.14' --provider w3w --method reverse
```

## Parameters

> :param **location**: Your search location you want geocoded.
> :param **key**: W3W API key.
> :param **method**: Chose a method (geocode, method)
- **location**: Your search location you want geocoded.
- **key**: W3W API key.
- **method**: Chose a method (geocode, method)

## References

<i class="icon-doc"></i> [API Reference](http://developer.what3words.com/)
<i class="icon-key"></i> [Get W3W key](http://developer.what3words.com/api-register/)
- [API Reference](http://developer.what3words.com/)
- [Get W3W key](http://developer.what3words.com/api-register/)

0 comments on commit 67dc3de

Please sign in to comment.