Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "esq", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Easily build elasticsearch queries", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -93,4 +93,14 @@ # ESQ | ||
Coming soon! | ||
Currently it's not been tested in any browsers, but i'm sure it'll work with most modern browsers. | ||
Usage: | ||
``` | ||
<script src="esq.js"></script> | ||
<script> | ||
var esq = new ESQ(); | ||
esq.query('query', { match: { foo: 'bar' } }); | ||
var query = esq.getQuery(); | ||
</script> | ||
``` | ||
## Documentation | ||
@@ -97,0 +107,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65850
175