...
Make sure you have installed all of the following prerequisites on your development machine:
- Node >= 10
- Redis
- Mongodb
If you wish to run the tutorial, you can use the following commands
- Clone the repo
git clone https://github.com/your_username_/Project-Name.git
- Install NPM packages
npm install
- Copy
.env-sample
to.env
and Edit your variables by your settingMONGODB_URL='ENTER MONGODB URL'; REDIS_HOST='ENTER REDIS HOST'; REDIS_PORT='ENTER REDIS PORT'; ...
Available methods:
- Function and Constanst: Retrieves the Function/Constanst of an application.
- Privacy policy analysis: Retrieves the privacy policy of an application.
- Calculate distance: Calculate the distance of an application.
- Calculate distance v2: Calculate the distance of an application.
Retrieves the Function/Constanst of an application.
Command:
npm run getAppInfo
Retrieves the privacy policy of an application.
Command:
npm run privacyPolicyAnalysis
Calculate the distance of an application.
Command:
npm run computingDistance
Calculate the distance of an application.
Command:
npm run computingDistanceV2