An open API service indexing awesome lists of open source software.

https://github.com/akvo/exact2sheets


https://github.com/akvo/exact2sheets

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Exact2Sheets

Experimental

Add the files `secret.conf` and `credentials.json` inside `resources` folder, you will find them in the vault. Alternatively this is the `secrets.conf` template

```
ktor {
secret {
clientId = "your client id"
clientSecret = "your client secret"
redirectUrl = "redirect url as setup in exact app"
}
}
```

and the `secrets.json` file is the google service account key.