@here/olp-sdk-core
TypeScript icon, indicating that this package has built-in type declarations

1.8.1 • Public • Published

HERE Data SDK Core Library

Overview

This repository contains the complete source code for the HERE Data SDK Core for TypeScript @here/olp-sdk-core project. olp-sdk-core is a TypeScript library that contains the common code for @here/olp-sdk-dataservice-read, @here/olp-sdk-dataservice-api, and @here/olp-sdk-authentication.

Directory Layout

Here is an overview of the top-level files of the repository:

|
+- @here/olp-sdk-core
                    |
                    +- lib    # Implementation of the project
                    |
                    +- test   # Test code

Development

Prerequisites

The following NPM packages are required to build/test the library:

- node: >= 10.0.0
- npm: >= 6.0.0

Build

Open a command prompt of the working tree's root directory and type:

npm install
npm run build

Test

Open a command prompt of the working tree's root directory and type:

npm run test

Generate a Bundle

If you want to have a compiled project, you can use bundle commands. After running each of the following commands in the @here/olp-sdk-dataservice-read folder from the root folder, you get the JavaScript bundled files.

To get bundled files with a source map, run:

npm run bundle

To get minified version for production, run:

npm run bundle:prod

To get bundled and minified JavaScript files, run:

npm run prepublish-bundle

LICENSE

Copyright (C) 2020-2021 HERE Europe B.V.

For license details, see the LICENSE.

Readme

Keywords

none

Package Sidebar

Install

npm i @here/olp-sdk-core

Weekly Downloads

1,070

Version

1.8.1

License

Apache-2.0

Unpacked Size

1.3 MB

Total Files

53

Last publish

Collaborators

  • here-bot
  • here-maps
  • heremaps