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 wilayasView on mapnpm

Source: Djezzy store locator (djezzy.dz/nos-boutiques)

Install

npm install @geoalgeria/djezzy

Quick example

import djezzy from "@geoalgeria/djezzy";

const boutiques = djezzy.boutiques();    // 128 geocoded boutiques
const meta = djezzy.metadata();          // counts, source, generated_at

API reference

NameSignatureDescription
boutiquesboutiques(): Boutique[]All 128 geocoded Djezzy boutiques.
metadatametadata(): MetadataDataset metadata (counts, source, generated_at).

Record shape

FieldTypeNullableDescription
idstringnoRecord id (e.g. "16-001").
namestringnoBoutique name.
wilaya_codestringnoWilaya code as a string ("01".."69").
commune_codestringnoCommune code (nearest-centroid join).
communestringnoCommune name.
latnumbernoLatitude (WGS84).
lngnumbernoLongitude (WGS84).
geo_precisionGeoPrecisionnoHow precisely the point is placed.
geo_methodGeoMethodnoHow the coordinates were derived.
source"djezzy"noOrigin registry (Djezzy locator).
refsRefsnoExternal identifiers (Djezzy store id).
type"boutique"noRecord type discriminator.
categoryStoreCategoryyesStore category ("A", "B", "C" and +/- variants).
addressstringnoStreet address.
hoursstringnoOpening hours (e.g. "08H00 - 18H00").
code_ouverturestringyesOpening code.

Formats

JSONCSVGEOJSONTS

The npm package ships JSON. Other formats are available in each GitHub Release.

Related packages