https://github.com/billstclair/elm-xml-rss
Parse RSS XML into Elm
https://github.com/billstclair/elm-xml-rss
Last synced: over 1 year ago
JSON representation
Parse RSS XML into Elm
- Host: GitHub
- URL: https://github.com/billstclair/elm-xml-rss
- Owner: billstclair
- License: mit
- Created: 2018-09-30T02:34:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-30T04:37:37.000Z (over 7 years ago)
- Last Synced: 2025-03-02T19:43:05.759Z (over 1 year ago)
- Language: Elm
- Size: 64.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
The [billstclair/elm-xml-rss](http://package.elm-lang.org/packages/billstclair/elm-xml-rss/latest) package is an add-on to the [eeue56/elm-xml](http://package.elm-lang.org/packages/eeue56/elm-xml/latest) package for parsing [Really Simple Syndication](http://backend.userland.com/rss092) (RSS).
This is a work in progress. It currently contains the source for `eeue56/elm-xml`, because the [0.19 upgrade](https://github.com/billstclair/elm-xml-eeue56) of that project has not yet been published. I'll remove that before publishing this.