GithubHelp home page GithubHelp logo

cesarwbr / freebase-search Goto Github PK

View Code? Open in Web Editor NEW
5.0 5.0 0.0 1.59 MB

Web Component wrapper to the Freebase API, that allows you to search on Freebase (a large collaborative knowledge base) using Polymer.

Home Page: http://cesarwbr.github.io/freebase-search/

JavaScript 19.54% CSS 80.46%

freebase-search's Introduction

Hi there ๐Ÿ‘‹

๐Ÿ‘จโ€๐Ÿ’ป I'm a software engineer, builder, and writer! Check out my website!

freebase-search's People

Contributors

cesarwbr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

freebase-search's Issues

Remove jquery dependency

Great stuff! Even if freebase will be deprecated by Google within a couple of months, you could probably use the core-ajax component to remove jQuery dependency like this:

<core-ajax
    id="ajax"
    url="https://www.googleapis.com/freebase/v1/search"
    params="{{params}}"
    handleAs="json"
    response="{{response}}"
    on-core-response="{{handleResponse}}"></core-ajax>

And then copy the success function from $.ajax into this.handleResponse, where var data = this.response.

Note that you're also using jQuery here in var list = $(this.$.list) but list is never actually used!

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.