Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Find ZIP codes around a certain ZIP or INSEE (city ID) code, within a circle of N kilometers radius.
Find ZIP codes around a certain ZIP or INSEE (city ID) code, within a circle of N kilometers radius.
Forked from guix77/ziparound.
yarn add --dev ziparound
yarn install
If you want to refine results with travel time by car, you must get a MapBox access token, create an .env
file and put inside:
MAPBOX_ACCESS_TOKEN=your_token
Download laposte.json
data:
wget -o laposte.json https://datanova.legroupe.laposte.fr/explore/dataset/laposte_hexasmal/download/?format=json&timezone=Europe/Berlin&lang=fr
Then to use it:
# enter value in prompt
node index.js
# or alteratively
node index.js --code 75001 --distance 5
# or to specify a single city via INSEE
node index.js --insee --code 76540 --distance 5
Radius (in km) should be kept small, since the output of console.log is left to its default, 100.
FAQs
Find ZIP codes around a certain ZIP or INSEE (city ID) code, within a circle of N kilometers radius.
The npm package ziparound receives a total of 0 weekly downloads. As such, ziparound popularity was classified as not popular.
We found that ziparound demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.