Motor
Home
Demo
Community
Search…
Motor
Motor Docs
@motor-js/engine
Introduction
Getting Started
Video Tutorials
Removing the Watermark
Examples
Components & Contexts
Hooks
License for @motor-js/engine
@MOTOR-JS/NEBULA
Introduction
Getting Started
Components & Contexts
@motor-js/cli
Introduction
Getting Started
CLI Help
Mashup Templates
Overview
Getting Started
Templates
Helpful Links
Release Notes
Discord Community
Pricing
GitHub
Powered By
GitBook
Removing the Watermark
To remove the watermark from Motor mashups, you need to first purchase a license. Upon purchase you will receive a license key which you can validate in the Motor component. See below for an example:
// 1. Import the Motor component
import
{
Motor
}
from @motor
-
js
/
engine
function
App
()
{
return
(
// 2. Use at the root of your project
<
Motor
config
=
{{
host
:
"localhost"
,
secure
:
false
,
port
:
19077
,
prefix
:
""
,
appId
:
'myAwesomeApp'
,
}}
licenseKey
=
"
XXXXXXXXXXXXXXXXXXXXXXXXX
"
>
<
App
/>
</
Motor
>
)
}
Any questions? Do reach out to us at
[email protected]
.
Previous
Connect Motor to Qlik Sense Cloud
Next - @motor-js/engine
Examples
Last modified
1yr ago
Copy link