typeahead-addresspicker
Address picker built with typeahead autocomplete from twitter
File Explorer
Download Latest Version (.zip)- jshint.js
- parse-js.js
- process.js
- squeeze-more.js
- freq.js
- jshint-check.js
- post-compile.js
- release-notes.js
- release-notes.txt
- release.js
- sizer.js
- uglify.js
- benchmark.js
- benchmarker.css
- benchmarker.js
- closest.html
- css.html
- event.html
- filter.html
- find.html
- index.html
- jquery-basis.js
- slice.vs.concat.html
- jsonp.js
- script.js
- xhr.js
- ajax.js
- attributes.js
- callbacks.js
- core.js
- css.js
- data.js
- deferred.js
- dimensions.js
- effects.js
- event.js
- exports.js
- intro.js
- manipulation.js
- offset.js
- outro.js
- queue.js
- sizzle-jquery.js
- support.js
- traversing.js
- documentLarge.html
- documentSmall.html
- absolute.html
- body.html
- fixed.html
- relative.html
- scroll.html
- static.html
- table.html
- html5_selector.html
- sizzle_cache.html
- bodyBackground.html
- boxModelIE.html
- hiddenIFrameFF.html
- testElementCrash.html
- 1x1.jpg
- atom+xml.php
- badjson.js
- dashboard.xml
- echoData.php
- echoQuery.php
- errorWithText.php
- etag.php
- evalScript.php
- headers.php
- if_modified_since.php
- iframe.html
- include_js.php
- json.php
- json_obj.js
- jsonp.php
- name.html
- name.php
- params_html.php
- readywaitasset.js
- readywaitloader.js
- script.php
- statusText.php
- test.html
- test.js
- test.php
- test2.html
- test3.html
- testinit.js
- testrunner.js
- testsuite.css
- text.php
- ua.txt
- with_fries.xml
- with_fries_over_jsonp.php
- ajax.js
- attributes.js
- callbacks.js
- core.js
- css.js
- data.js
- deferred.js
- dimensions.js
- effects.js
- event.js
- exports.js
- manipulation.js
- offset.js
- queue.js
- selector.js
- support.js
- traversing.js
- csp.php
- delegatetest.html
- hovertest.html
- index.html
- localfile.html
- networkerror.html
- polluted.php
- readywait.html
- xhtml.php
- .bower.json
- .gitattributes
- .gitignore
- .gitmodules
- bower.json
- GPL-LICENSE.txt
- jquery.js
- jquery.min.js
- Makefile
- MIT-LICENSE.txt
- README.md
- version.txt
- bloodhound.js
- bloodhound.min.js
- typeahead.bundle.js
- typeahead.bundle.min.js
- typeahead.jquery.js
- typeahead.jquery.min.js
- 0.10.0.md
- bloodhound.md
- jquery_typeahead.md
- bloodhound.js
- lru_cache.js
- options_parser.js
- persistent_storage.js
- search_index.js
- tokenizers.js
- transport.js
- version.js
- utils.js
- css.js
- dataset.js
- dropdown.js
- event_bus.js
- event_emitter.js
- highlight.js
- html.js
- input.js
- plugin.js
- typeahead.js
- ajax_responses.js
- data.js
- html.js
- typeahead_mocks.js
- test.html
- test.js
- bloodhound_spec.js
- ci
- dataset_view_spec.js
- dropdown_view_spec.js
- event_emitter_spec.js
- highlight_spec.js
- input_view_spec.js
- lru_cache_spec.js
- persistent_storage_spec.js
- playground.html
- search_index_spec.js
- tokenizers_spec.js
- transport_spec.js
- typeahead_view_spec.js
- .bower.json
- .gitignore
- .jshintrc
- .travis.yml
- bower.json
- CHANGELOG.md
- composer.json
- CONTRIBUTING.md
- Gruntfile.js
- karma.conf.js
- LICENSE
- package.json
- README.md
- typeahead.js.jquery.json
- index.html
- route.html
- styles.css
- typeahead-addresspicker.js
- typeahead-addresspicker.min.js
- spec_helper.coffee
- typeahead-addresspicker.coffee
- accurate-place-result.json
- paris-autocomplete-service.json
- paris-place-result.json
- fragment.html
- spec_helper.js
- jasmine-jquery.js
- typeahead-addresspicker.js
- typeahead-addresspicker.coffee
- .gitignore
- .travis.yml
- bower.json
- Gruntfile.coffee
- LICENSE
- package.json
- README.md
- screenshot.png
# Installation Guide
1. Get the code
git clone https://github.com/sgruhier/typeahead-addresspicker
Downloads the entire project code from GitHub to your computer.
cd typeahead-addresspicker
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
cd bower_components/typeahead.js
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
3. PHP (Composer)
EasyPrerequisites
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd bower_components/typeahead.js
This project's files live in a subfolder, so move into it first.
composer install
Installs the PHP libraries listed in composer.json.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
4. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd bower_components/jquery
This project's files live in a subfolder, so move into it first.
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
