0.1.7 • Published 2 months ago

@opencage/geosearch-bundle v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

@opencage/geosearch-bundle

The geosearch-bundle bundles the Algolia autocomplete and OpenCage GeoSearch plugin to search for places around the world. This bundle is for browser usage.

Usage

Links to the css and the script:

<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/@opencage/geosearch-bundle/dist/css/autocomplete-theme-classic.min.css"
/>
<script src="https://cdn.jsdelivr.net/npm/@opencage/geosearch-bundle"></script>

Container and code

<div id="place"></div>

<script type="text/javascript">
  opencage.algoliaAutocomplete({
    container: '#place',
    plugins: [
      opencage.OpenCageGeoSearchPlugin({
        key: 'YOUR-GEOSEARCH-KEY',
      }),
    ],
  });
</script>

Documentation

See Documentation.

Demo

See Demo.

0.1.7

2 months ago

0.1.6

3 months ago

0.1.5

3 months ago

0.1.4

4 months ago

0.1.3

5 months ago

0.0.24

8 months ago

0.1.0

7 months ago

0.1.2

6 months ago

0.1.1

7 months ago

0.0.22

1 year ago

0.0.23

11 months ago

0.0.20

1 year ago

0.0.21

1 year ago

0.0.19

1 year ago

0.0.18

2 years ago

0.0.15

2 years ago

0.0.16

2 years ago

0.0.17

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago