Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.33 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.33 KB

City Navigator native wrapper

See the wiki for documentation.
And the Navigator repo for other details.

Setup

  1. Expected tools to be installed in system
  1. Create project and download plugins & content:
cordova create "navigator-wrapper" "fi.hsl.navigator" "HSL Navigator"
cd navigator-wrapper
cordova platform add android
cordova plugin add https://github.com/pekman/navigator-plugin.git
cd www
del /f /s /q *.*  (windows) || rm -rf * (linux)
git clone https://github.com/jannesuo/navigator-proto.git .
npm install
grunt

Related GitHub repositories

Demo video of some of the features

Terms of use

All the source code in this repository that is not licensed by the fork source, is licensed with MIT open source license. The software code is provided "as is" and is free for use in any open source applications.