Location generator in node
$ npm install
ACTION=find LATITUDE_RANGE=- LONGITUDE_RANGE=- TIMESTAMP_RANGE=- npm start
Example:
$ ACTION=find LATITUDE_RANGE=20-30 npm start
If it is needed to search for the exact value rather than a range just specify only the value in front of the relevant tag.
ACTION=find LATITUDE_RANGE= LONGITUDE_RANGE= TIMESTAMP_RANGE= npm start
Example:
ACTION=find LONGITUDE_RANGE=75 npm start
ACTION=delete LATIDUE_RANDE=- LONGITUDE_RANGE=- npm start
Example:
$ ACTION=delet LATITUDE_RANGE=20-30 npm start
- Akila Nonis - akila@anthillsolutions.ch
- Kasun Samarasinghe - kasun@anthillsolutions.ch
- Ishara Udayanga - lisharaudayanga@gmail.com
- Pierre Repetto-Andipatin - pierre@anthillsolutions.ch
MIT