https://github.com/jnunemaker/columbus
Autodiscovers feeds from urls
https://github.com/jnunemaker/columbus
Last synced: 4 months ago
JSON representation
Autodiscovers feeds from urls
- Host: GitHub
- URL: https://github.com/jnunemaker/columbus
- Owner: jnunemaker
- License: mit
- Created: 2009-03-25T23:54:03.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2009-04-02T15:34:31.000Z (about 17 years ago)
- Last Synced: 2025-12-02T17:28:41.512Z (6 months ago)
- Language: Ruby
- Size: 126 KB
- Stars: 24
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- License: LICENSE
Awesome Lists containing this project
README
= columbus
Autodiscovers feeds from urls.
= examples
See examples directory. Short example below.
require 'pp'
pp Columbus.new('http://www.railstips.org').primary
#
== Copyright
Copyright (c) 2009 John Nunemaker. See LICENSE for details.