Skip to content

tgfjt/clj-nhkapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clj-nhk

Clojure wrapper for NHK Program API.

wercker status

Usage

With Leiningen:

[clj-nhk "0.1.0"]

Example:

  • the title of present program of "Tokyo(130) NHKBS1(s1)"
(use 'clj-nhk.core)

(println (:title (:present (nowonair "APIKEY" "130" "s1"))))

License

Copyright © 2014 Takashi Fujita(@tgfjt)

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Clojure wrapper for NHK Program API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published