Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kiesel/github-rss-commits
- Owner: kiesel
- Created: 2012-12-11T07:30:25.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-03T06:47:39.000Z (about 12 years ago)
- Last Synced: 2024-11-08T18:23:50.268Z (about 2 months ago)
- Language: PHP
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.