@abstractapi/javascript-email-validation
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@abstractapi/javascript-email-validation", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "AbstractAPI Javascript Email Validation Library - Wrapper to quickly start using the powerful AbstractAPI's email validation service in your projects.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -33,2 +33,16 @@ # AbstractAPI javascript-email-validation library | ||
### Browser, from the CDN | ||
You can have the browser download the library from its closest location through jsDeliver CDN: | ||
```js | ||
<script src="https://cdn.jsdelivr.net/npm/@abstractapi/javascript-core@latest/dist/javascript-core.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@abstractapi/javascript-email-validation@latest/dist/javascript-email-validation.js"></script> | ||
<script> | ||
AbstractEmailValidation.configure('API_KEY'); | ||
// use the library | ||
</script> | ||
``` | ||
### Browser, from the built file | ||
@@ -35,0 +49,0 @@ |
19725
138