AbstractAPI Javascript Core Library - Used by the other Abstract API libraries
npm install @abstractapi/javascript-corePure JS library for using Abstract API. This is core library that has some shared logic and functions used by other libraries.
To use and maintain this library, please see the following:
- Javascript Email Validation
- Javascript IP Geolocation
- Javascript Phone Validation
Run npm install in the command line to install the dependencies. To update those dependencies you need to run npm update.
To build the library and generate the minified file in the dist directory, you need to run npm run build.
To build the lib, you need to run npm run build:lib.
To run the test suite, you need to run: npm run test.