Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ipnfo

IP geolocation web server.

readme

ipnfo

npm version npm download Build Status Greenkeeper badge

IP geolocation web server.

Install & Running

Linux host (postinstall not works on Windows)

git clone https://github.com/honzahommer/ipnfo.git && \
cd ipnfo && \
npm install && \
npm start

PM2 (Node.js process manager)

git clone https://github.com/honzahommer/ipnfo.git && \
cd ipnfo && \
npm install && \
pm2 startOrRestart ecosystem.config.js

Docker

docker run -d -p 3000:3000 --restart=always --name=ipnfo honzahommer/ipnfo

Heroku

Deploy

Tests

npm test

Endpoints

curl localhost:3000
curl localhost:3000/8.8.8.8
curl localhost:3000/8.8.8.8/hostname

License

MIT

changelog

Change Log

v2.0.5 (2019-07-18)

Full Changelog

Closed issues:

  • An in-range update of request-robots is breaking the build 🚨 #21

v2.0.4 (2019-07-18)

Full Changelog

Closed issues:

  • An in-range update of helmet is breaking the build 🚨 #19
  • An in-range update of husky is breaking the build 🚨 #17
  • An in-range update of http-errors is breaking the build 🚨 #15

Merged pull requests:

v2.0.3 (2019-05-19)

Full Changelog

Merged pull requests:

v2.0.2 (2019-02-24)

Full Changelog

v2.0.1 (2019-02-24)

Full Changelog

Closed issues:

  • An in-range update of http-errors is breaking the build 🚨 #4

Merged pull requests:

v2.0.0 (2019-01-29)

Full Changelog

Merged pull requests:

v1.0.0 (2016-12-01)

* This Change Log was automatically generated by github_changelog_generator