amitt001 / pygmy

An open-source, feature rich & extensible url-shortener + analytics written in Python :cookie:
https://demo.pygy.co/pygmy
MIT License
695 stars 134 forks source link

Show country with country code on URL stats page #34

Closed amitt001 closed 5 years ago

amitt001 commented 5 years ago

Currently, the stats page just shows country code like IN, US, ZA etc. It's not always intuitive to know the country from its code. Example: https://pygy.co/pygmy+

The stats page should show Country (code). Example: India(IN) One way to do it would be to keep country iso code and country name mapping in the code somewhere.

amitt001 commented 5 years ago

Fixed by #36