0.0.1 • Published 7 years ago

basic-geometry v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

basic-geometry

Basic geometric helper functions and classes to work with geo stuff.

Install

Install with npm

$ npm install --save basic-geometry

or with yarn

$ yarn add basic-geometry

Usage

var basic-geometry = require('basic-geometry');

or

import {LatLng, LatLngBounds} from 'basic-geometry';

Running tests

Install dev dependencies & run yarn test.

$ yarn test

You can also file-watch the tests:

$ yarn test:watch

Building

To build the dist/ run:

$ yarn build

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue

Author

Alexander Mahrt

License

Copyright © 2017 Alexander Mahrt(#Alexander Mahrt) Licensed under the MIT license.