 [](https://codecov.io/gh/gruppe-adler/node-arma3sy
npm install arma3sync-lib!tests

Read and write Arma3Sync .a3s config data using JavaScript.
``ts
const a3s = new A3sDirectory('/my/repo/path/.a3s/')
a3s.getEvents().then(events => { /pure awesome/});
`
Currently uses config and expects this config structure to exist:
`jshttp://mods.my-clan.com/
{
"arma3sync-lib": {
"publicURL": "", // public repository URL, ex. /var/lib/a3s/mods
"repoName": "", // repository name
"repoPath": "" // file path to the repository, ex. ``
}
}