https://github.com/tuddman/clojodlee
clojure Yodlee API client
https://github.com/tuddman/clojodlee
Last synced: 2 months ago
JSON representation
clojure Yodlee API client
- Host: GitHub
- URL: https://github.com/tuddman/clojodlee
- Owner: tuddman
- License: epl-1.0
- Created: 2017-09-29T19:11:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-29T19:13:14.000Z (over 7 years ago)
- Last Synced: 2025-01-19T12:42:02.621Z (4 months ago)
- Language: Clojure
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# clojodlee
A Clojure library designed to play nice with Yodlee's API.
## Setup
```
(defproject foo "0.1.0"
...
:dependencies [[org.clojure/clojure "1.9.x"]
[cljodlee "0.1.0"]]
...)
```## Usage
For when you or your brethren would like to integrate with Yodlee, but then you found their API & Docs to be a pain in the ass to work with.
Hopefully this library will make it easier for you.
### What's up with the name - clojodlee
the mangled mashing of the words of `clojure`+ `yodlee`. Some say this is not right in the ways of the world, or is even trying to be _cute_. I assure, no puppies were harmed in the creation of this library or its namesake.
## License
Copyright © 2017 tuddman
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.