No commit activity in last 3 years
No release in over 3 years
Cyprus's Street Names.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
~> 2.11.0

Runtime

~> 0.7.3
 Project Readme

Cyprus Street Names

Build Status Code Climate

Usage

Finding streets

require 'street_names'

street_finder = StreetNames::Finder.new

street_finder.find_by_postcode 8020
street_finder.find_by_name "Demosthenous Georgiou"
street_finder.find_by_area "Pafos"

Search στα Ελληνικά

street_finder = StreetNames::Finder.new "gr" # load greek datastore

street_finder.find_by_postcode 8020
street_finder.find_by_name "Δημοσθένους Γεωργίου"
street_finder.find_by_area "Πάφος"

Note: you may need to add #encoding: utf-8 to the top of your file when searching using Greek characters

## License

Licensed under the MIT Licence