Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Location

Yuri Schimke edited this page Oct 23, 2016 · 4 revisions

Location Support

CoreLocation

$ okshell
jjs> print(location());
51.501364,-0.144084

Manual Overides

$ cat ~/.oksocial-location.json
{
  "latitude": 51.501364,
  "longitude": -0.144084
}
Clone this wiki locally