Skip to content

hydroserver2/hydroserver-client-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

Modify the .env file in the project root folder and provide the following variables:

# HYDROSERVER
VITE_HYDROSERVER="https://lro.hydroserver.org/"
VITE_HYDROSERVER_USERNAME="YOUR_HYDROSERVER_USERNAME"
VITE_HYDROSERVER_PASSWORD="YOUR_HYDROSERVER_PASSWORD"

# EXAMPLE DATASTREAMS
VITE_RAW_DATASTREAM="019736de-8e13-7021-b124-3400a9c00c3b"
VITE_QC_DATASTREAM="019736de-47ad-719f-bea1-b3526ff86a71"

Using your terminal, navigate to the project root folder.

Install dependencies.

npm install

Run the development server

npm run dev

Access the site at http://127.0.0.1:1203/

About

An exammple project with the bare minimum configurations needed to use HydroServer Client.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published