population-tn
v1.0.0
Published
This module provides open data on the Tunisia population census in order to assist Tunisian developers in their projects.
Downloads
10
Readme
Tunisian - Population & Municipalites 🇹🇳🪐
Population-Tn
allow you to get all tunisian cities populations for the date January 2019.
Link of the dataset OpenGov.
Installation
- NPM :
$ npm install population-tn
Usage
Step 1 : Import the module in this way.
$ const populations = require('population-tn');
Step 2 :
- Get Population_Municipalites :
$ populations.getPopulations();
- Get Governorate by Governorate Code :
$ populations.getByCode_Gouvernorat(gov_code);
- Get Governorate by Municiaplity Code :
$ populations.getByCode_Municipalite(muni_code);
Contributing
Keep it simple. Keep it minimal. Don't put every single feature just because you can.
Authors / Contributors / Acknowledgments
- Ahmed Rebai @Rebaiahmed
- Imed Jaberi @3imed-jaberi