UNPKG

node-vw-carnet

Version:

Connects to the VW Car-Net via the we-connect portal.

6 lines (3 loc) 209 B
export const BASE_URL = 'https://www.portal.volkswagen-we.com'; export const LOGIN_PAGE_URL = `${BASE_URL}/portal/en_GB/web/guest/home`; export const DASHBOARD_URL = `${BASE_URL}/portal/delegate/dashboard`;