UNPKG

cordova-plugin-example-isprime

Version:

Checks if a number is prime, and if not, returns the corresponding factors. Used for PhoneGap Day EU 2017 'Creating Modern PhoneGap Plugins' workshop; not intended for production use (there are better ways to find primes!)

16 lines (12 loc) 218 B
image: Visual Studio 2015 environment: matrix: - nodejs_version: "4" - nodejs_version: "6" install: - npm install -g cordova - npm install build: off test_script: - npm run lint - npm run test:windows