wloc  0.4.0
Simple Wi-Fi geolocation library and tool
Running tests
  1. Clone this repository:
    git clone https://github.com/xvitaly/wloc.git wloc
  2. Forward API tokens as environment variables.
  3. Forward test suite file name using SUITE_FILENAME environment variable.
  4. Run tests using Python 3:
    cd wloc
    export SUITE_FILENAME=/path/to/example.json
    export APIKEY_YANDEX=SAMPLE
    export APIKEY_GOOGLE=SAMPLE
    export APIKEY_MOZILLA=SAMPLE
    python3 setup.py test