Is it possible to launch waze from Ionic

I am using angular.js and Ionic, Is it possible to launch waze app with ionic ? Thanks!

You can launch any external app with this plugin: https://github.com/lampaa/com.lampa.startapp You just need to know package name, it can be a problem if that app doesn't exist, so you may want to check if specific package exist before.