Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 393 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 393 Bytes

GeoIP

GeoIP is IP to Geographical Location as a service This database is free-to-use. The code is MIT Licensed

Usage

Install dependencies.

$ npm install

Run the app

$ npm run start

Build Docker image

$ cd ~/express-hello-world  # or whatever is the directory location of this repo
$ docker build -t hello-world-image .