Skip to content

Commit

Permalink
Docs: Update links
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
fvdm committed Jun 24, 2021
1 parent 06e3e3d commit 1c6852a
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,9 @@ Unofficial Node.js module for the Maxmind GeoIP2 Web Services.
[![Build Status](https://github.com/fvdm/nodejs-geoip2ws/actions/workflows/node.js.yml/badge.svg?branch=master)](https://github.com/fvdm/nodejs-geoip2ws/actions/workflows/node.js.yml)
[![Coverage Status](https://coveralls.io/repos/github/fvdm/nodejs-geoip2ws/badge.svg?branch=master)](https://coveralls.io/github/fvdm/nodejs-geoip2ws?branch=master)

* [Node.js](https://nodejs.org/)
* [Node.js](https://nodejs.org)
* [Maxmind GeoIP2 Web Services](https://www.maxmind.com/en/geoip2-precision-services)
* [API documentation](https://dev.maxmind.com/geoip/geoip2/web-services/)
* [API documentation](https://dev.maxmind.com/geoip/docs/web-services)


Usage
Expand Down Expand Up @@ -50,6 +50,8 @@ require ('geoip2ws') (userId, licenseKey) (ip, callback);

- [Example response data](https://dev.maxmind.com/geoip/geoip2/web-services/#Response_Body)
- [List of API errors](https://dev.maxmind.com/geoip/geoip2/web-services/#Errors)
- [Example response data](https://dev.maxmind.com/geoip/docs/web-services/responses?lang=en#bodies)
- [List of API errors](https://dev.maxmind.com/geoip/docs/web-services/responses?lang=en#errors)


Installation
Expand Down

0 comments on commit 1c6852a

Please sign in to comment.