https://github.com/abstractapi/javascript-core
Javascript library for Abstract API
https://github.com/abstractapi/javascript-core
Last synced: 5 months ago
JSON representation
Javascript library for Abstract API
- Host: GitHub
- URL: https://github.com/abstractapi/javascript-core
- Owner: abstractapi
- License: mit
- Created: 2021-04-06T09:08:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-28T13:07:37.000Z (about 5 years ago)
- Last Synced: 2025-11-22T22:14:53.888Z (7 months ago)
- Language: JavaScript
- Homepage: https://www.abstractapi.com/
- Size: 412 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AbstractAPI javascript-core library
Pure JS library for using [Abstract API](https://www.abstractapi.com/). This is core library that has some shared logic and functions used by other libraries.
# See other
To use and maintain this library, please see the following:
- [Javascript Email Validation](https://github.com/abstractapi/javascript-email-validation)
- [Javascript Exchange Rates](https://github.com/abstractapi/javascript-exchange-rates)
- [Javascript IP Geolocation](https://github.com/abstractapi/javascript-ip-geolocation)
- [Javascript Phone Validation](https://github.com/abstractapi/javascript-phone-validation)
# NPM
### Installation
Run `npm install` in the command line to install the dependencies. To update those dependencies you need to run `npm update`.
### Building
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`.
### Test
To run the test suite, you need to run: `npm run test`.