Simple ruby wrapper for Wikipedia API
The new Wikipedia API is pretty cool, so I have used my Sunday afternoon to write a simple ruby wrapper for it. It’s only a couple of hours old, so its still pretty volatile. The source is available on GitHub
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
The new Wikipedia API is pretty cool, so I have used my Sunday afternoon to write a simple ruby wrapper for it. It’s only a couple of hours old, so its still pretty volatile. The source is available on GitHub
Comments
Cool stuff. Although, why limit this to just Wikipedia? …The (not really all that new) API is for any MediaWiki instance.
Post a comment