Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kisom/clj_web_service

example code for a blog article on using set theory
https://github.com/kisom/clj_web_service

Last synced: 18 days ago
JSON representation

example code for a blog article on using set theory

Awesome Lists containing this project

README

        

# web_service

A simple illustration of set theory in action, using a web API as the medium.

## Test Status
[![Build Status](https://secure.travis-ci.org/kisom/clj_web_service.png?branch=master)](http://travis-ci.org/kisom/clj_web_service)

## Usage

```bash
lein deps
lein run
```

## Getting Started
If you don't have leiningen installed, take a look at
[its GitHub page](https://github.com/technomancy/leiningen).

The fast start is to download [lein](https://raw.github.com/technomancy/leiningen/stable/bin/lein),
make it executable, put it in your path, and then follow the usage steps above.

## Caveats
There are no tests in the code. I really should add some in...

## License

ISC / public domain dual-license.

--------------------------------------------------------------------------------

the ISC license:
Copyright (c) 2011 Kyle Isom

Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

--------------------------------------------------------------------------------

you may choose to follow this license or public domain. my intent with
dual-licensing this code is to afford you, the end user, maximum freedom
with the software. if public domain affords you more freedom, use it.