You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created ip-location-api which has similar in-memory database system with geoip-lite.
You can display "zip code" whose field name is postcode as following
# Update database
npm run updatedb ILA_FIELDS=country,region1,city,metro,eu,timezone,latitude,area,postcode
# application run
node your_application.js ILA_FIELDS=country,region1,city,metro,eu,timezone,latitude,area,postcode
No description provided.
The text was updated successfully, but these errors were encountered: