GithubHelp home page GithubHelp logo

clj-yelp's Introduction

[Status of clj-yelp dependencies.] (https://jarkeeper.com/gws/clj-yelp)

clj-yelp

A Clojure library for consuming the Yelp API.

Installation

Clojars Project

Usage

(ns your.app
  (:require [gws.yelp.client :as client]
            [gws.yelp.api :as api]))

; Create a Yelp client with your API v2 access keys.
(def yelp-client (client/create "CONSUMER KEY" "CONSUMER SECRET" "TOKEN" "TOKEN SECRET"))

; Look up Portland's Pok Pok by ID
(api/business yelp-client "pok-pok-portland")

; Search for New York's Pok Pok
(api/search yelp-client {:term "pok pok", :location "new york"})

Testing

Most of the tests are run against the actual Yelp API, so you need to obtain API credentials. Once you’ve done this, you can supply the credentials as environment variables:

YELP_CONSUMER_KEY=... YELP_CONSUMER_SECRET=... YELP_TOKEN=... YELP_TOKEN_SECRET=... lein test

License

Copyright © 2014 Gordon Stratton

Licensed under the Apache License version 2.0.

clj-yelp's People

Contributors

gws avatar

Watchers

James Cloos avatar Karl Whitford avatar

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.