Skip to content

finnlander/navigator-proto

 
 

Repository files navigation

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.

About

Native porting of HSL Navigator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 63.3%
  • JavaScript 13.9%
  • CSS 9.6%
  • HTML 9.1%
  • Python 2.2%
  • RobotFramework 1.8%
  • Shell 0.1%