Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeno Zeng committed Jul 25, 2017
1 parent 23424ea commit 57c996e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ AWS Lambda GeoIP Service based on:
- https://github.com/eawsy/aws-lambda-go-shim
- https://github.com/oschwald/geoip2-golang

## Usage

```bash
curl "https://YOUR_API_GATEWAY.execute-api.us-west-2.amazonaws.com/prod?ip=1.2.3.4"
```

```bash
curl "https://YOUR_API_GATEWAY.execute-api.us-west-2.amazonaws.com/prod?ip=1.2.3.4,1.2.3.5"
```

## Data

http://dev.maxmind.com/geoip/geoip2/geolite2/
Expand Down

0 comments on commit 57c996e

Please sign in to comment.