A simple unfinished tracker for your runs, You can try it out here. For test access, contact the information in the profile description.
- Real-time tracking and mapping of your route.
- Saving and viewing completed routes.
- Viewing routes completed by your friends. (Doesn't work without backend)
- Sharing your completed route in VKontakte Stories.
- Cannot pull friends' routes
- Cannot enable geo-location on Android
- https://vk.com/dev/vkbridge
- https://vkcom.github.io/VKUI/
- React
- TypeScript
- Router: https://github.com/HappySanta/router
- https://vk.com/dev/vk_tunnel
- https://vk.com/dev/vk_apps_hosting
1) yarn
2) yarn add vk-tunnel
3) Register your app on VK, get APP_ID
4) Create a .env file and add the necessary environment variables (see .env.example)
5) yarn dev
6) In the same directory, run vk-tunnel --insecure=1 --http-protocol=https --ws-protocol=wss --host=localhost --port=10888
7) Specify the URL from vk-tunnel in the app settings
8) Open the app in the browser/phone