Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "carp", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "lat/lng to bbox with a tolerance", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "node test" | ||
}, | ||
@@ -14,3 +14,6 @@ "repository": { | ||
"author": "", | ||
"license": "ISC" | ||
"license": "ISC", | ||
"devDependencies": { | ||
"prova": "^1.14.0" | ||
} | ||
} |
@@ -1,4 +0,26 @@ | ||
carp | ||
carp [![Build Status: Master][travis-badge]][travis-badge-url] | ||
==== | ||
lat/lng to bbox with a tolerance | ||
> lat/lng to bbox with a tolerance | ||
## Install | ||
```bash | ||
npm install carp --save | ||
``` | ||
## Use | ||
```js | ||
var carp = require('carp'); | ||
carp([50.90061, 105.51079]); // [50.90061, 105.51079, 50.90061, 105.51079] | ||
``` | ||
## Roadmap | ||
* tolerance by difference | ||
* handle `carp(lat, lng, tol)` | ||
[travis-badge-url]: https://travis-ci.org/knownasilya/carp | ||
[travis-badge]: https://travis-ci.org/knownasilya/carp.svg?branch=master |
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
3127
7
32
2
27
1