Congratulations on creating your App Project! Feel free to replace this text with your project description.
.
├── README.md This file.
├── config Installation parameter configs.
│ ├── iparams.json Installation parameter config in English language.
│ └── iparam_test_data.json Installation parameter data for local testing.
└── manifest.json Project manifest.
└── server Business logic for remote request and event handlers.
├── lib
├── server.js
└── test_data
├── onAppInstall.json
├── onAppUninstall.json
├── onScheduledEvent.json
└── onExternalEvent.json