Skip to content

Commit

Permalink
add installation to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
feliperazeek committed Mar 9, 2011
1 parent b23bf39 commit d19dbc7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Expand Up @@ -3,9 +3,17 @@ by Felipe Oliveira (http://twitter.com/_felipera)

Geo is a very basic, but simple, geocode library for Node.js using Google's Geocode API (V3) - Geo Spatial features are coming out soon.



## Installation

npm install geo



## Usage

var geo = require('../lib/geo');
var geo = require('geo');
var address = '885 6th Ave #15D New York, NY 10001';
var sensor = false;
Expand Down

0 comments on commit d19dbc7

Please sign in to comment.