Comparing version 0.1.0 to 0.1.1
@@ -19,3 +19,3 @@ { | ||
], | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"author": { | ||
@@ -22,0 +22,0 @@ "name": "Jayr Alencar", |
# buscaBR.js | ||
[![NPM](https://nodei.co/npm/busca-br.png?downloads=true&downloadRank=true)](https://nodei.co/npm/busca-br/) | ||
[![NPM](https://nodei.co/npm/sqlite-sync.png?downloads=true&downloadRank=true)](https://nodei.co/npm/sqlite-sync/) | ||
<br/> | ||
@@ -16,3 +16,3 @@ Pacote para facilitar buscas fonéticas usando o algoritmo buscaBR para JavaScript | ||
``` | ||
<script src="https://raw.githubusercontent.com/JayrAlencar/buscaBR.js/master/browser/buscaBR.js"></script> | ||
<script src="//clubedosgeeke.com.br/buscabr/js/buscaBR.js"></script> | ||
``` | ||
@@ -26,3 +26,3 @@ | ||
buscaBR.search('feijaum',['arroz','feijão','feijoada'],function(res){ | ||
console.log(res); | ||
console.log(res); | ||
}); | ||
@@ -36,7 +36,7 @@ | ||
```html | ||
<script src="https://raw.githubusercontent.com/JayrAlencar/buscaBR.js/master/browser/buscaBR.js"></script> | ||
<script src="//clubedosgeeke.com.br/buscabr/js/buscaBR.js"></script> | ||
<script> | ||
var buscabr = new buscaBR(); | ||
buscaBR.search('feijaum',['arroz','feijão','feijoada'],function(res){ | ||
alert(res[0].termo); | ||
alert(res[0].termo); | ||
}); | ||
@@ -79,4 +79,2 @@ </script> | ||
</table> | ||
## Testando | ||
<a href="http://clubedosgeeks.com.br/buscabr/">http://clubedosgeeks.com.br/buscabr/</a> | ||
``` |
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
9030
77