Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 374 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 374 Bytes

Country by IP

Requirements

  • PostgreSQL database

API methods

GET response to path

/api/country_by_ip?ip=123.123.123.123

will return country name in JSON format

{
  country: "China",
  ip: "123.123.123.123"
}

CRON

For add monthly IP database update to CRON run

whenever -w

For remove this task from CRON run

whenever -c