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

anthillsolutions/locations

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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