tylersmalley / ems-client

JavaScript Client library for Elastic Maps Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@elastic/ems-client

@elastic/ems-client is a JavaScript library for the Elastic Maps Service.

This library is intended to be used by Elastic products. Use of the Elastic Maps Service is governed by the Elastic Maps Service Terms of Service.

Installation

NPM npm i @elastic/ems-client

Yarn yarn add @elastic/ems-client

Usage

import { EMSClient } from '@elastic/ems-client';

const emsClient = new EMSClient({
  kbnVersion: '7.2.0',
  manifestServiceUrl: 'http://catalogue.maps.elastic.co/v7.2/manifest',
  language: 'en'
});

About

JavaScript Client library for Elastic Maps Service

License:Apache License 2.0


Languages

Language:JavaScript 100.0%