Getting Started
Last updated
Last updated
Your shortcut through the MOVE platform into a runnable app is:
Register and create a project in the
Obtain the projectId and an API key from the of your new MOVE project
Clone the code sample app ( / / / ), adapt the projectId and API key to your project
Install the app on your mobile phone, take the phone everywhere you go for a couple of days
Check the results in the
If you have any problems during setup, please check the OS specific Troubleshooting section. ()
You can check out our sample code on !
Our code sample app ( / / / ) is a very lean app that exemplifies how to initialise and run the MOVE SDK. It contains no display of timeline elements or other fancy stuff, but with your projectId and API key you can get this up and running in no time.
The MOVE App is more comprehensive, with display of timeline elements and scoring. You will be able to find open source code ( / / ); the incarnation of the React code is also available from the stores ( / ).
The sample backend illustrates how to consume the MOVE APIs in . You can use it to run your own version of the MOVE App e.g. on Firebase or on a local machine.