Skip to content

Commit 5be1523

Browse files
author
bdcoder2
authored
Create README.md
0 parents  commit 5be1523

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# grid_clusterer v1.5.0
2+
<p>A grid clusterer for Google maps.</p>
3+
<h1>To use:</h1>
4+
<ol>
5+
<li>Click on the &quot;grid_clusterer.zip&quot; archive above.</li>
6+
<li>Click on the &quot;Download&quot; button and save the archive locally.</li>
7+
<li>Un-zip the grid_clusterer archive</li>
8+
<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>.
9+
<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>
10+
<ul>
11+
<li>./dist/ex0/index.html</li>
12+
<li>./dist/ex1/index.html</li>
13+
<li>./dist/ex2/index.html</li>
14+
<li>./dist/ex3/index.html</li>
15+
</ul>
16+
</li>
17+
<li>Using any web browser, open the &quot;/dist/index.html&quot; file.
18+
</ol>

0 commit comments

Comments
 (0)