Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bdcoder2 authored Dec 22, 2021
0 parents commit 5be1523
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# grid_clusterer v1.5.0
<p>A grid clusterer for Google maps.</p>
<h1>To use:</h1>
<ol>
<li>Click on the &quot;grid_clusterer.zip&quot; archive above.</li>
<li>Click on the &quot;Download&quot; button and save the archive locally.</li>
<li>Un-zip the grid_clusterer archive</li>
<li><b>IMPORTANT</b>: In order to use Google maps, you require a <a href="https://developers.google.com/maps/documentation/javascript/get-api-key">Google maps API key</a>.
<p>Replace the string &quot;<b>[YOUR_API_KEY]</b>&quot; with your Google maps API key in all "index.html" files found in the following directories:</p>
<ul>
<li>./dist/ex0/index.html</li>
<li>./dist/ex1/index.html</li>
<li>./dist/ex2/index.html</li>
<li>./dist/ex3/index.html</li>
</ul>
</li>
<li>Using any web browser, open the &quot;/dist/index.html&quot; file.
</ol>

0 comments on commit 5be1523

Please sign in to comment.