0.0.7 • Published 6 years ago

egypt-cities v0.0.7

Weekly downloads
8
License
MIT
Repository
github
Last release
6 years ago

Welcome to egypt-citis package!

Build Status

egypt-citis is an easy to use Node.js library to allow you to get all egyptian cities and all nested areas!

At the moment, this package only supports cairo cities only. There are plans to extend this in the next version.

Install

npm install egypt-cities --save

Usage

var cities = require('egypt-cities');

Get all cities

cities.localCities()

Sample Response

A sample response or object that this module returns looks like this.

[	{
		"city_name" : "القاهره"
	},
	{
		"city_name" : "الجيزة"
	},
	{
		"city_name" : "السادس من أكتوبر"
	}
    ...
    ]

License

MIT.

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago