An open API service indexing awesome lists of open source software.

https://github.com/zaphar/erl_feed_libs

erlang webservice feed libraries
https://github.com/zaphar/erl_feed_libs

Last synced: 18 days ago
JSON representation

erlang webservice feed libraries

Awesome Lists containing this project

README

          

README
=====

erl_feed_libs is a collection of erlang modules to help with parsing various xml feeds. Currently only RSS (Really Simple Syndication) is supported in a limited fashion.

BUILD & INSTALL
===============

To build this library run the following commands from the root.

$ make

If you want to run the test suite then run the following:

$ make test
$ make clean #cleans up the files the test suite leaves behind