API to get Algerian Wilayas and Communes from Coordinates
This an api to fetch the 58 Wilaya of algeria based on the parameters lat and long
This api is built with :
- [Express.js][https://expressjs.com/]
- [Turf.js][https://turfjs.org/]
- Clone the repo
git clone git@github.com:deploily/api-wilaya-commune.git- Go to apiWilaya
cd src- Install NPM packages
npm install - Run the project
node serverNote : the lat and long here are an example
curl -X GET "http://localhost:3000/api/v1/getWilaya?lat=35&long=0"
curl -X GET "http://localhost:3000/api/v1/getCommune?lat=35&long=0"