hydrolang
Version:
A web-based client-side framework for hydrological and environmental analyses
25 lines (18 loc) • 457 B
Markdown
# Package Name
HydroLang
## Installation
To install the package, use:
```sh
npm install hydrolang
```
## Usage
To use the package, import it into your code:
```js
import hydrolang from 'hydrolang'
const hydro = new Hydrolang();
```
Then use the package as needed in your code.
## Contributing
Visit [HydroLang Repo](https://github.com/uihilab/HydroLang) for more info.
## License
This package is licensed under an MIT license.