Algeria's Djezzy Boutiques
@geoalgeria/djezzy
128 geocoded Djezzy (Optimum Telecom Algérie) retail boutiques across 63 wilayas, with store codes, addresses, and opening hours.
Source: Djezzy store locator (djezzy.dz/nos-boutiques)
Install
npm install @geoalgeria/djezzyQuick example
import djezzy from "@geoalgeria/djezzy";
const boutiques = djezzy.boutiques(); // 128 geocoded boutiques
const meta = djezzy.metadata(); // counts, source, generated_atAPI reference
| Name | Signature | Description |
|---|---|---|
boutiques | boutiques(): Boutique[] | All 128 geocoded Djezzy boutiques. |
metadata | metadata(): Metadata | Dataset metadata (counts, source, generated_at). |
Record shape
| Field | Type | Nullable | Description |
|---|---|---|---|
id | string | no | Record id (e.g. "16-001"). |
name | string | no | Boutique name. |
wilaya_code | string | no | Wilaya code as a string ("01".."69"). |
commune_code | string | no | Commune code (nearest-centroid join). |
commune | string | no | Commune name. |
lat | number | no | Latitude (WGS84). |
lng | number | no | Longitude (WGS84). |
geo_precision | GeoPrecision | no | How precisely the point is placed. |
geo_method | GeoMethod | no | How the coordinates were derived. |
source | "djezzy" | no | Origin registry (Djezzy locator). |
refs | Refs | no | External identifiers (Djezzy store id). |
type | "boutique" | no | Record type discriminator. |
category | StoreCategory | yes | Store category ("A", "B", "C" and +/- variants). |
address | string | no | Street address. |
hours | string | no | Opening hours (e.g. "08H00 - 18H00"). |
code_ouverture | string | yes | Opening code. |
Formats
JSONCSVGEOJSONTS
The npm package ships JSON. Other formats are available in each GitHub Release.