Skip to content

Commit

Permalink
Release/1.0.2 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
caroso1222 committed Apr 3, 2020
1 parent 25f2e57 commit 980ef8e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
File renamed without changes.
11 changes: 11 additions & 0 deletions README.md
@@ -1,10 +1,21 @@
# Amazon Autocomplete JS Plugin
[![npm version](https://badge.fury.io/js/amazon-autocomplete.svg)](https://badge.fury.io/js/amazon-autocomplete)
[![size](https://img.shields.io/bundlephobia/minzip/amazon-autocomplete.svg?color=54CA2F&style=popout)](https://npmjs.org/amazon-autocomplete)

AmazonAutocomplete is a vanilla JavaScript plugin to unlock the full power of the Amazon autocompletion engine right into your search input.

**Demo**: [http://carlosroso.com/amazon-autocomplete](http://carlosroso.com/amazon-autocomplete)

![demo gif](http://i.imgur.com/4whMwjM.gif)

## Features

- 🐣 Tiny footprint (<3K gzipped)
- 🔥 Support on all major browsers and +IE10
- 👓 Library agnostic
- ⚡️ Data fecthed over JSONP
- ✨ Perf optimized. Debounce events and fetch only when necessary.

## Installation
You can grab the minified file from `/dist` or unminified from `/src` but I highly recommend installation through npm.

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "amazon-autocomplete",
"version": "1.0.1",
"version": "1.0.2",
"description": "A vanilla JavaScript plugin to unlock the full power of the Amazon autocompletion engine right into your search input.",
"keywords": [
"amazon",
Expand All @@ -23,6 +23,13 @@
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0"
},
"files": [
"dist",
"src",
"LICENSE",
"package.json",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/caroso1222/amazon-autocomplete.git"
Expand Down

0 comments on commit 980ef8e

Please sign in to comment.