retsly-js-typeahead

0.5.0 • Public • Published

wercker status

retsly-js-typeahead

A typeahead component built on the Retsly API.

Installation

Install with component.io:

$ component install Retsly/retsly-js-typeahead

Install with npm:

$ npm install retsly-js-typeahead

component API

 
  var Retsly = require('retsly-js-sdk');
  var retsly = new Retsly(CLIENT_ID, BROWSER_TOKEN);
 
  var Typeahead = require('retsly-typeahead')(retsly);
  var t = new Typeahead(el, fn)
    .url('/api/v1/test/listings')
    .prefix(['city'])
    .template('<%- name %>')
    .run();
 

browserify API

The browserify version of the typeahead control differs in that it uses ampersandjs template views rather than underscorejs.

 
   var Retsly = require('retsly-js-sdk');
   var retsly = new Retsly(CLIENT_ID, BROWSER_TOKEN);
 
   var Typeahead = require('retsly-typeahead')(retsly);
   var t = new Typeahead(el, fn)
     .url('/api/v1/test/listings')
     .prefix(['city'])
     .placeholder('Please enter a city')
     .displayField('city')
     .run();

browserify demo

 
   npm install
   npm run demo
   open browser -> http://localhost:9966/
 

License

(The MIT License)

Copyright (c) 2015 Retsly Software Inc support@rets.ly

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Package Sidebar

Install

npm i retsly-js-typeahead

Weekly Downloads

2

Version

0.5.0

License

none

Last publish

Collaborators

  • nicktrskzillow
  • austinp
  • xinzg
  • retslybot
  • jay.lee
  • jwleddy
  • chrislaue
  • jkhwan
  • theo-ng
  • enfinlay