Before run the script, you must create a file in the root project folder.
Create a .env file with the following data:
{
"login": "",
"pass": "",
"domain": "",
"goalDSN": "",
"goalQLD": "",
"pointsHourDSN": "",
"pointsHourQLD": "",
"workdays": "",
"startDate": "2017-08-01",
"endDate": "2017-08-31",
"dsn": [
"person1",
"person2"
],
"qld": [
"person3",
"person4"
],
"admins": [
"id1",
"id2"
]
}
npm install
npm start