Akshay Milmile

Results 2 issues of Akshay Milmile

Current version has `Speech.prototype.sayRandomChoice` for random picking from array of strings. But say I want to pass an array to `Speech.prototype.sentence` and get random item wrapped around `` tag, I...

In the project credentials are retrieved from home directory as follows: ``` const homedir = require('homedir'); const deviceCredentials = require(`${homedir()}/.config/google-oauthlib-tool/credentials.json`); ``` What I am trying to do is populating deviceCredentials...

bug