function enqueue_superflow() { wp_enqueue_script('superflow'); // Add apiKey as a window-level variable add_action('wp_footer', 'add_superflow_api_key_script'); function add_superflow_api_key_script() { $apiKey = 'syh7w55LM2dURAgOHUe1'; echo ''; } // Register the script wp_register_script('superflow', 'https://cdn.jsdelivr.net/npm/@snippyly/plugin/snippyly.min.js', array(), null, true); // Add 'type' attribute with value 'module' to the script tag add_filter('script_loader_tag', 'add_superflow_script', 10, 3); function add_superflow_script($tag, $handle, $src) { if ('superflow' === $handle) { $tag = ''; } return $tag; } // Enqueue the registered script wp_enqueue_script('superflow'); } add_action('wp_enqueue_scripts', 'enqueue_superflow'); PARKIE UI/UX – Chana

PARKIE UI/UX

UI/UX Design and App Development

Overview

PARKIE | UI/UX APP DESIGN

Colombo, Sri Lanka, the largest city by population and the commercial capital is facing heavy traffic daily and obviously the vehicles users, struggle to find a safe spot for parking their vehicles daily. As a solutions for this, this App is designed for the parking slot owners and for parking slot seekers to make things easy and automate. With this App, users can search for the closest available slot to park and book. Parking fees based on time duration will count with a simple QR code scan feature which is available on the App.