0.1.13 • Published 2 years ago

location-store-js v0.1.13

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
2 years 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

2 years ago

0.1.12

2 years ago

0.1.13

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago