Skip to content

khakionion/LibNHK

Repository files navigation

LibNHK

A framework for accessing NHK's public data. At the moment, it only supports NHK NEWSweb Easy, but other data is publicly accessible and well-formatted, so it should be possible to grow the library.

Usage

var theNews:NHKEasyNews! = NHKEasyNews() //or specify an NSData/NSURL
for nextArticle:NHKArticle in theNews.articleStore! {
    println("Next article: " + nextArticle.title!)
}

License

This library is available under the MIT license.

About

A framework written in Swift to process NHK's publicly available data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published