Skip to content

Commit 2aa696d

Browse files
committed
html and js
1 parent 292aadd commit 2aa696d

File tree

4 files changed

+443
-0
lines changed

4 files changed

+443
-0
lines changed

Quick Autocomplete/License.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2019 Codeblogger
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

Quick Autocomplete/data/states.json

Lines changed: 352 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,352 @@
1+
[
2+
{
3+
"abbr": "AL",
4+
"name": "Alabama",
5+
"capital": "Montgomery",
6+
"lat": "32.361538",
7+
"long": "-86.279118"
8+
},
9+
{
10+
"abbr": "AK",
11+
"name": "Alaska",
12+
"capital": "Juneau",
13+
"lat": "58.301935",
14+
"long": "-134.419740"
15+
},
16+
{
17+
"abbr": "AZ",
18+
"name": "Arizona",
19+
"capital": "Phoenix",
20+
"lat": "33.448457",
21+
"long": "-112.073844"
22+
},
23+
{
24+
"abbr": "AR",
25+
"name": "Arkansas",
26+
"capital": "Little Rock",
27+
"lat": "34.736009",
28+
"long": "-92.331122"
29+
},
30+
{
31+
"abbr": "CA",
32+
"name": "California",
33+
"capital": "Sacramento",
34+
"lat": "38.555605",
35+
"long": "-121.468926"
36+
},
37+
{
38+
"abbr": "CO",
39+
"name": "Colorado",
40+
"capital": "Denver",
41+
"lat": "39.7391667",
42+
"long": "-104.984167"
43+
},
44+
{
45+
"abbr": "CT",
46+
"name": "Connecticut",
47+
"capital": "Hartford",
48+
"lat": "41.767",
49+
"long": "-72.677"
50+
},
51+
{
52+
"abbr": "DE",
53+
"name": "Delaware",
54+
"capital": "Dover",
55+
"lat": "39.161921",
56+
"long": "-75.526755"
57+
},
58+
{
59+
"abbr": "FL",
60+
"name": "Florida",
61+
"capital": "Tallahassee",
62+
"lat": "30.4518",
63+
"long": "-84.27277"
64+
},
65+
{
66+
"abbr": "GA",
67+
"name": "Georgia",
68+
"capital": "Atlanta",
69+
"lat": "33.76",
70+
"long": "-84.39"
71+
},
72+
{
73+
"abbr": "HI",
74+
"name": "Hawaii",
75+
"capital": "Honolulu",
76+
"lat": "21.30895",
77+
"long": "-157.826182"
78+
},
79+
{
80+
"abbr": "ID",
81+
"name": "Idaho",
82+
"capital": "Boise",
83+
"lat": "43.613739",
84+
"long": "-116.237651"
85+
},
86+
{
87+
"abbr": "IL",
88+
"name": "Illinois",
89+
"capital": "Springfield",
90+
"lat": "39.783250",
91+
"long": "-89.650373"
92+
},
93+
{
94+
"abbr": "IN",
95+
"name": "Indiana",
96+
"capital": "Indianapolis",
97+
"lat": "39.790942",
98+
"long": "-86.147685"
99+
},
100+
{
101+
"abbr": "IA",
102+
"name": "Iowa",
103+
"capital": "Des Moines",
104+
"lat": "41.590939",
105+
"long": "-93.620866"
106+
},
107+
{
108+
"abbr": "KS",
109+
"name": "Kansas",
110+
"capital": "Topeka",
111+
"lat": "39.04",
112+
"long": "-95.69"
113+
},
114+
{
115+
"abbr": "KY",
116+
"name": "Kentucky",
117+
"capital": "Frankfort",
118+
"lat": "38.197274",
119+
"long": "-84.86311"
120+
},
121+
{
122+
"abbr": "LA",
123+
"name": "Louisiana",
124+
"capital": "Baton Rouge",
125+
"lat": "30.45809",
126+
"long": "-91.140229"
127+
},
128+
{
129+
"abbr": "ME",
130+
"name": "Maine",
131+
"capital": "Augusta",
132+
"lat": "44.323535",
133+
"long": "-69.765261"
134+
},
135+
{
136+
"abbr": "MD",
137+
"name": "Maryland",
138+
"capital": "Annapolis",
139+
"lat": "38.972945",
140+
"long": "-76.501157"
141+
},
142+
{
143+
"abbr": "MA",
144+
"name": "Massachusetts",
145+
"capital": "Boston",
146+
"lat": "42.2352",
147+
"long": "-71.0275"
148+
},
149+
{
150+
"abbr": "MI",
151+
"name": "Michigan",
152+
"capital": "Lansing",
153+
"lat": "42.7335",
154+
"long": "-84.5467"
155+
},
156+
{
157+
"abbr": "MN",
158+
"name": "Minnesota",
159+
"capital": "Saint Paul",
160+
"lat": "44.95",
161+
"long": "-93.094"
162+
},
163+
{
164+
"abbr": "MS",
165+
"name": "Mississippi",
166+
"capital": "Jackson",
167+
"lat": "32.320",
168+
"long": "-90.207"
169+
},
170+
{
171+
"abbr": "MO",
172+
"name": "Missouri",
173+
"capital": "Jefferson City",
174+
"lat": "38.572954",
175+
"long": "-92.189283"
176+
},
177+
{
178+
"abbr": "MT",
179+
"name": "Montana",
180+
"capital": "Helana",
181+
"lat": "46.595805",
182+
"long": "-112.027031"
183+
},
184+
{
185+
"abbr": "NE",
186+
"name": "Nebraska",
187+
"capital": "Lincoln",
188+
"lat": "40.809868",
189+
"long": "-96.675345"
190+
},
191+
{
192+
"abbr": "NV",
193+
"name": "Nevada",
194+
"capital": "Carson City",
195+
"lat": "39.160949",
196+
"long": "-119.753877"
197+
},
198+
{
199+
"abbr": "NH",
200+
"name": "New Hampshire",
201+
"capital": "Concord",
202+
"lat": "43.220093",
203+
"long": "-71.549127"
204+
},
205+
{
206+
"abbr": "NJ",
207+
"name": "New Jersey",
208+
"capital": "Trenton",
209+
"lat": "40.221741",
210+
"long": "-74.756138"
211+
},
212+
{
213+
"abbr": "NM",
214+
"name": "New Mexico",
215+
"capital": "Santa Fe",
216+
"lat": "35.667231",
217+
"long": "-105.964575"
218+
},
219+
{
220+
"abbr": "NY",
221+
"name": "New York",
222+
"capital": "Albany",
223+
"lat": "42.659829",
224+
"long": "-73.781339"
225+
},
226+
{
227+
"abbr": "NC",
228+
"name": "North Carolina",
229+
"capital": "Raleigh",
230+
"lat": "35.771",
231+
"long": "-78.638"
232+
},
233+
{
234+
"abbr": "ND",
235+
"name": "North Dakota",
236+
"capital": "Bismarck",
237+
"lat": "48.813343",
238+
"long": "-100.779004"
239+
},
240+
{
241+
"abbr": "OH",
242+
"name": "Ohio",
243+
"capital": "Columbus",
244+
"lat": "39.962245",
245+
"long": "-83.000647"
246+
},
247+
{
248+
"abbr": "OK",
249+
"name": "Oklahoma",
250+
"capital": "Oklahoma City",
251+
"lat": "35.482309",
252+
"long": "-97.534994"
253+
},
254+
{
255+
"abbr": "OR",
256+
"name": "Oregon",
257+
"capital": "Salem",
258+
"lat": "44.931109",
259+
"long": "-123.029159"
260+
},
261+
{
262+
"abbr": "PA",
263+
"name": "Pennsylvania",
264+
"capital": "Harrisburg",
265+
"lat": "40.269789",
266+
"long": "-76.875613"
267+
},
268+
{
269+
"abbr": "RI",
270+
"name": "Rhode Island",
271+
"capital": "Providence",
272+
"lat": "41.82355",
273+
"long": "-71.422132"
274+
},
275+
{
276+
"abbr": "SC",
277+
"name": "South Carolina",
278+
"capital": "Columbia",
279+
"lat": "34.000",
280+
"long": "-81.035"
281+
},
282+
{
283+
"abbr": "SD",
284+
"name": "South Dakota",
285+
"capital": "Pierre",
286+
"lat": "44.367966",
287+
"long": "-100.336378"
288+
},
289+
{
290+
"abbr": "TN",
291+
"name": "Tennessee",
292+
"capital": "Nashville",
293+
"lat": "36.165",
294+
"long": "-86.784"
295+
},
296+
{
297+
"abbr": "TX",
298+
"name": "Texas",
299+
"capital": "Austin",
300+
"lat": "30.266667",
301+
"long": "-97.75"
302+
},
303+
{
304+
"abbr": "UT",
305+
"name": "Utah",
306+
"capital": "Salt Lake City",
307+
"lat": "40.7547",
308+
"long": "-111.892622"
309+
},
310+
{
311+
"abbr": "VT",
312+
"name": "Vermont",
313+
"capital": "Montpelier",
314+
"lat": "44.26639",
315+
"long": "-72.57194"
316+
},
317+
{
318+
"abbr": "VA",
319+
"name": "Virginia",
320+
"capital": "Richmond",
321+
"lat": "37.54",
322+
"long": "-77.46"
323+
},
324+
{
325+
"abbr": "WA",
326+
"name": "Washington",
327+
"capital": "Olympia",
328+
"lat": "47.042418",
329+
"long": "-122.893077"
330+
},
331+
{
332+
"abbr": "WV",
333+
"name": "West Virginia",
334+
"capital": "Charleston",
335+
"lat": "38.349497",
336+
"long": "-81.633294"
337+
},
338+
{
339+
"abbr": "WI",
340+
"name": "Wisconsin",
341+
"capital": "Madison",
342+
"lat": "43.074722",
343+
"long": "-89.384444"
344+
},
345+
{
346+
"abbr": "WY",
347+
"name": "Wyoming",
348+
"capital": "Cheyenne",
349+
"lat": "41.145548",
350+
"long": "-104.802042"
351+
}
352+
]

0 commit comments

Comments
 (0)