Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ script.js
total-number-objects.js
script-using-mpk.js
*nbproject
.vscode/
.vscode/
*.xlsx
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,18 @@ To connect it to your project you need to change the following constants in the
This is your email address used to login to Mendix.

`var apikey = "{{ApiKey}}";`
API keys can be found in the mendix home portal.

<img src="./images/CreateAPIKey.gif"/>

`var projectId = "{{ProjectId}}";`
`var listOfProjects: projectUpload[] = [{'projectName':'{{ProjectName}}', 'projectID':'{{ProjectId}}'}]`

<img src="./images/GetProjectID.gif"/>

`var projectName = "{{ProjectName}}";`

API keys can be found in the mendix home portal.

## Use the Script
Once the visualiser is installed type:
`tsc`
to compile the script code.

Then after compiled type:
`node script.js`
`node total-number-objects.js`
Loading