https://github.com/iann0036/dcv-web-client
DCV Web Client SDK testing
https://github.com/iann0036/dcv-web-client
Last synced: 2 months ago
JSON representation
DCV Web Client SDK testing
- Host: GitHub
- URL: https://github.com/iann0036/dcv-web-client
- Owner: iann0036
- License: mit
- Created: 2021-03-25T08:35:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-25T10:45:02.000Z (over 4 years ago)
- Last Synced: 2025-04-01T21:23:39.406Z (6 months ago)
- Language: JavaScript
- Size: 491 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DCV Web Client SDK Playground
Visit [https://iann0036.github.io/dcv-web-client/](https://iann0036.github.io/dcv-web-client/) to start.
Enter credentials in a JS console like:
```
localStorage.setItem('url', "https://1.2.3.4:8443/");
localStorage.setItem('username', "Administrator");
localStorage.setItem('password', "SecretPa$$word");
```Then refresh.