patrickm663 / HMD.jl

Makes it easy to get data from Human Mortality Database (HMD) into Julia!
https://patrickm663.github.io/HMD.jl/dev/
MIT License
6 stars 0 forks source link

Docs: add examples of how to use secrets for user credentials #1

Open patrickm663 opened 7 months ago

patrickm663 commented 7 months ago

Ideally, we don't want our passwords sitting in plain text. It should be possible to assign environment variables in one's shell (or as user input that just persists throughout) to keep things hidden.

This will also help from a testing perspective to improve coverage.