@maxmind/geoip2-node

Node.js API for GeoIP2 webservice client and database reader

Usage no npm install needed!

<script type="module">
  import maxmindGeoip2Node from 'https://cdn.skypack.dev/@maxmind/geoip2-node';
</script>

README

Steps for releasing:

  1. Review open issues and PRs to see if any can easily be fixed, closed, or merged.
  2. Bump copyright year in README.md, if necessary.
  3. Review CHANGELOG.md for completeness and correctness. Update its release date.
  4. Create a release PR containing the updates relating to any of the steps above.
  5. Ensure that the release PR is merged into main.
  6. With main checked out, run npm run release. This will generate the docs, deploy docs, tag the release, push it to origin, create a GitHub release, and version the package on NPM.
  7. Verify the release on GitHub and NPM.
  8. Manually edit the release on GitHub to include the release-specific notes found in CHANGELOG.md.