Project

departr

0.0
No commit activity in last 3 years
No release in over 3 years
Departr is a smart and fast startpage to help you reach other web sites.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 4.0
~> 0.4
~> 3.2
~> 1.4
 Project Readme

Departr

Departr is a smart and fast startpage to help you reach other web sites.

Demo

It's up and running here http://departr.solt.biz/

Anyway, it's look like that : Screenshot

How to install

gem install departr

Then, run the departr-images to fetch backgrounds (you can run this task every day):

departr-images 500PX_CONSUMER_KEY 500PX_CONSUMER_SECRET 500PX_USERNAME 500PX_PASSWORD

You need to go there to regirster an application http://500px.com/settings/applications.

All you need now it to open your favorite code editor and create a file config.ru that looks like https://github.com/florentsolt/departr/blob/master/config.ru.example Do not forget to create a RPX account on http://www.janrain.com/ and fill the config under the rpx section with your account infos.

Then run it :

thin start

Or :

rackup