https://github.com/beforerr/madrigalweb.jl
A Julia API to access the Madrigal database.
https://github.com/beforerr/madrigalweb.jl
Last synced: about 1 year ago
JSON representation
A Julia API to access the Madrigal database.
- Host: GitHub
- URL: https://github.com/beforerr/madrigalweb.jl
- Owner: Beforerr
- License: mit
- Created: 2025-06-03T01:21:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-03T06:55:16.000Z (about 1 year ago)
- Last Synced: 2025-06-03T17:01:44.957Z (about 1 year ago)
- Language: Julia
- Homepage: https://beforerr.github.io/MadrigalWeb.jl/
- Size: 216 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MadrigalWeb
[](https://Beforerr.github.io/MadrigalWeb.jl/dev/)
[](https://github.com/Beforerr/MadrigalWeb.jl/actions/workflows/CI.yml?query=branch%3Amain)
[](https://codecov.io/gh/Beforerr/MadrigalWeb.jl)
A Julia API to access the Madrigal database.
```julia
using MadrigalWeb
using Dates
MadrigalWeb.set_default_server("https://cedar.openmadrigal.org")
MadrigalWeb.set_default_user("xxx", "xxx@xxx.com", "xxx")
download_files(8100, 10216, "2000-01-01", "2000-01-02")
```