https://github.com/raucao/liquid_interface
LiquidFeedback API client
https://github.com/raucao/liquid_interface
Last synced: 23 days ago
JSON representation
LiquidFeedback API client
- Host: GitHub
- URL: https://github.com/raucao/liquid_interface
- Owner: raucao
- Created: 2010-06-06T18:54:30.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-06-06T20:07:38.000Z (over 15 years ago)
- Last Synced: 2025-01-13T08:55:33.888Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 129 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
What is this?
=============At the moment this is just a fun project. The intention is to build a light-weight base for LiquidFeedback API client applications, as well as to add some useful features like e.g. statistics and valuable LF tools.
More information on LiquidFeedback:
This is what (part of) the frontend currently looks like:Dependencies
============* Rails 3
* Bundler
* MongoDBGetting started
===============With the Rails 3 and Bundler gems installed and a MongoDB running on localhost, just follow these steps to get the application running:
1. Clone the repository and cd to the app dir:
$ git clone git://github.com/skddc/liquid_interface.git
$ cd liquid_interface2. Install the app dependencies:
$ bundle install
3. Add your LiquidFeedback API key to config/initializers/config.rb
4. Use the following rake task to import issues and initiatives (currently only from lqpp.de/be):
$ rake liquid:sync
5. Start the server:
$ rails server
6. Point you browser to and enjoy (only /issues has content at the moment).