Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jnunemaker/columbus
Autodiscovers feeds from urls
https://github.com/jnunemaker/columbus
Last synced: 17 days 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 (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-04-02T15:34:31.000Z (over 15 years ago)
- Last Synced: 2024-10-17T02:24:56.798Z (23 days ago)
- Language: Ruby
- Size: 126 KB
- Stars: 24
- Watchers: 3
- 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.