Skip to content

maksyko/gip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Приложение для конвертирования Ip адрес в гео-кординаты

Запрос

    gip_worker:get_geo_coordinates(<<"54.76.91.175">>).

Ответ

    {ok,[{<<"country_code">>,<<"US">>},
         {<<"city">>,<<"Woodbridge">>}]}

Запрос

    gip_worker:get_geo_coordinates(<<"54.76.91!175">>).

Ответ

    {error,wrong_format_data}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published