Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kiesel/github-rss-commits

XP Application to fetch commits via GitHub API and turn them into RSS
https://github.com/kiesel/github-rss-commits

Last synced: 1 day ago
JSON representation

XP Application to fetch commits via GitHub API and turn them into RSS

Awesome Lists containing this project

README

        

GIT Commit to RSS
=====

Setup
---
* you need to [setup the XP Framework](https://github.com/xp-framework/xp-framework/wiki/setup.framework)
* you need to [have Composer installed](http://getcomposer.org/)
* Fetch the dependencies:

```
$ composer install
...
```

* Then, run the application:

```
$ xpws
[xpws-dev#1148] running @ localhost:8080. Press to exit

```

* To try it out, open http://localhost:8080/rss/xp-framework/xp-framework/ in your browser.