1.0.3 • Published 7 years ago
dlrg-fetch v1.0.3
DLRG Fetch
This package helps you fetch information of DLRG divisions.
Installation
Install using yarn:
yarn global add dlrg-fetchInstall using npm:
npm i -g dlrg-fetchHow to use
This package will install a dlrg-fetch binary for easy access.
Basic usage:
dlrg-fetch --radius 50 --long 10.161930 --lat 48.696891This will fetch all DLRG divisions in a radius of 50 km around the point specified by latitude / longitude and save them in a results.csv file inside the current directory.
Options:
--recordType1 (default) = main divisions, 2 = youth divisions--targetFileresults file path; default: './results.csv'