GithubHelp home page GithubHelp logo

mufniarz / angular-amazon-search Goto Github PK

View Code? Open in Web Editor NEW

This project forked from starcharles/angular-amazon-search

0.0 2.0 0.0 12 KB

simple amazon-search-box build with AngularJS library.Only client-side code is needed.

HTML 36.55% JavaScript 63.45%

angular-amazon-search's Introduction

#Amazon Search with AngularJS

  • Amazon search box with auto-complete
  • only client-side codes

##How to use use index.html or index.jade

and include JS files in lib/,main.js and query-generator.js

angular.js v1.3.9 is used

put your own AWS key in main.js

also you can use options of

  • Associate Tag,Operation and SearchIndex
app
  .value('constants', {
    //your own aws keys must be used here.
    AWSAccessKeyId: 'Your AWS Key',
    AWSsecretkeyId: 'Your AWS Key',
    URI: "ecs.amazonaws.jp"
  })  
  .value('options', {
    //These parameters can be changed for searching category and methods
    AssociateTag: 'your Associate tag',
    Operation: "ItemSearch",
    SearchIndex: "Books",
  });

##Attention: You should not use this on your website!!

  • AWS secret key is on the client side code
  • therefore, on security purpose ,you should use these secret keys where client users can not see.
  • In Hybrid mobile apps you may be able to use this search box with security.
  • Server-side code is the best and there are many library like that.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.