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.
128 boutiques across 63 wilayasnpm
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 | — | Record id (e.g. "16-001"). |
code | string | — | Djezzy store code (e.g. "Z56"). |
type | string | — | Record type discriminator ("boutique"). |
name | string | — | Boutique name. |
category | string | yes | Store category ("A", "B", "C" and +/- variants). |
address | string | yes | Street address. |
hours | string | yes | Opening hours (e.g. "08H00 - 18H00"). |
code_ouverture | string | yes | Opening code. |
wilaya_code | string | — | Wilaya code as a string ("01".."69"). |
commune_code | number | yes | Commune code (best-effort nearest-centroid join). |
commune | string | — | Commune name. |
lat | number | — | Latitude (WGS84). |
lng | number | — | Longitude (WGS84). |
Formats
JSONCSVGEOJSONTS
The npm package ships JSON. Other formats are available in each GitHub Release.