0.1.13 • Published 8 months ago

location-store-js v0.1.13

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
8 months ago

Location Store JS SDK

Prerequisite

  1. API KEY
  2. API Endpoint

Setup

To setup location-store js sdk, you need to to reference location-store-js.js file in your html.

<!DOCTYPE html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js"> <!--<![endif]-->

<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title></title>
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">
</head>

<body>
    <!--[if lt IE 7]>
            <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
        <![endif]-->
    <h1>This is Sample website  </h1>
</body>
<script src="https://cdn.jsdelivr.net/npm/location-store-js@latest}/dist/location-store-js.min.js"></script>
<script type="text/javascript">
    locationStore.init({key: "{api-key}"});
</script>
</html>
0.1.11

8 months ago

0.1.12

8 months ago

0.1.13

8 months ago

0.1.10

10 months ago

0.1.9

10 months ago

0.1.8

10 months ago

0.1.7

10 months ago

0.1.6

10 months ago

0.1.5

10 months ago

0.1.4

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago