Skip to content
This repository has been archived by the owner on Jul 31, 2020. It is now read-only.

Latest commit

 

History

History
54 lines (37 loc) · 1.01 KB

README.md

File metadata and controls

54 lines (37 loc) · 1.01 KB

Locations

Location generator in node

Install

$ npm install

Usage

Find

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

delete

ACTION=delete LATIDUE_RANDE=- LONGITUDE_RANGE=- npm start

Example:

$ ACTION=delet LATITUDE_RANGE=20-30 npm start

Author

License

MIT