2.0.6 • Published 6 years ago

ipnfo v2.0.6

Weekly downloads
25
License
-
Repository
github
Last release
6 years ago

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

2.0.6

6 years ago

2.0.5

6 years ago

2.0.4

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.0

9 years ago