Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keyvanakbary/clj-tuenti
Unofficial Tuenti API for Clojure
https://github.com/keyvanakbary/clj-tuenti
Last synced: 4 days ago
JSON representation
Unofficial Tuenti API for Clojure
- Host: GitHub
- URL: https://github.com/keyvanakbary/clj-tuenti
- Owner: keyvanakbary
- License: epl-1.0
- Created: 2014-02-22T20:38:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-04T19:46:10.000Z (over 10 years ago)
- Last Synced: 2024-09-16T23:52:42.539Z (about 2 months ago)
- Language: Clojure
- Homepage:
- Size: 280 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clojure Tuenti API
[![Build Status](https://secure.travis-ci.org/keyvanakbary/clj-tuenti.svg?branch=master)](http://travis-ci.org/keyvanakbary/clj-tuenti)
Unofficial Tuenti API.
## Installation
Add the following dependency to your `project.clj` file:
[clj-tuenti "0.9.0"]
## Usage
```clojure
(ns test.core
(:require [clj-tuenti.core :as tuenti]))(tuenti/connect! "[email protected]" "password")
(println (tuenti/get-friends))
```## License
Copyright © 2014 Keyvan Akbary
Distributed under the Eclipse Public License, the same as Clojure.