Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.04 KB

Readme.md

File metadata and controls

46 lines (33 loc) · 1.04 KB

KNReiseAPI

This library is a wrapper over various geospatial APIs used by "Kultur- og Naturreise".

Note

The version 2.x.x branch is still experimental!

Usage

Install using npm:

npm install knreise-api -S

if using webpack, add this to your config:

node: {
    console: true,
    fs: 'empty',
    net: 'empty',
    tls: 'empty',
    dns: 'empty',
    dgram: 'empty'
}

See doc.md for more details.

See also this codepen collection for old examples of more advanced usage with Leaflet

License

This library is licensed under the Apache Software License, Version 1.1, see LICENSE.md

Background

This library is developed by Norkart on behalf of the Norwegian arts Council as part of the "Kultur- og naturreise demo"-project