1
0
Fork 0
mirror of https://github.com/sdogruyol/awesome-ruby.git synced 2024-11-20 11:06:15 -05:00

Added more to geolocation

This commit is contained in:
Serdar Dogruyol 2014-07-04 12:16:43 +03:00
parent 032a53578c
commit 486679eee0

View file

@ -142,6 +142,7 @@ A curated list of awesome Ruby frameworks, libraries and resources. Inspired by
*Libraries for geocoding addresses and working with latitudes and longitudes.*
* [geocoder](https://github.com/alexreisner/geocoder) Complete Ruby geocoding solution
* [Geokit](https://github.com/geokit/geokit) - Geokit gem provides geocoding and distance/heading calculations.
## HTTP
@ -261,6 +262,8 @@ A curated list of awesome Ruby frameworks, libraries and resources. Inspired by
*Libraries for woking with i18n.*
* [i18n](https://github.com/svenfuchs/i18n) - Basic internationalization(i18n) library for Ruby
## URL Manipulation
*Libraries for parsing URLs.*