Skip to content

Commit

Permalink
Update README.md to warn that no supports for windows yet
Browse files Browse the repository at this point in the history
  • Loading branch information
kuno committed Jul 20, 2014
1 parent 7a11d65 commit b528dc4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ __GeoIP binding for nodejs__

Get geolocation information based on domain or IP address.

**Pure javascript implementation**
**Limitations**

If you are looking for a pure javascript implementation, the [`node-geoip`](https://github.com/bluesmoon/node-geoip) maybe your choice.
Since this module required to compile geoip c library during the installtion, due to the difficulty that compile this c library on windows, currenlty, __this module can not be used on windows, yet.__

I recommend that choosing a pure javascript implementation instead, [`node-geoip`](https://github.com/bluesmoon/node-geoip) maybe your best candicate.

###Technical Architecture

Expand Down

0 comments on commit b528dc4

Please sign in to comment.