Blue Skies is an automatically curated digest. It is originally made for air sports but can be used for any kind of digest.
Blue Skies is based on Facebook pages to get new links. Trused facebook pages can be added to the database. A worker will then fetch new link from these pages regularly.
bundle install
createdb blueskies_development
rake db:migrate
Several environment variables are needed. You can copy .sample.env
into a
.env
file and tweak your configuration there.
Open a console:
foreman run pry -r ./app
And add curators:
BlueSkies::Models::Curator.create(facebook_identifier: 'facebook_page')
You can also add some interests:
BlueSkies::Models::Interest.create(name: 'Blue Skies')
npm install
foreman run dev
foreman run web
foreman run worker
createdb blueskies_test
rake db:test
To add a curator named blueskies
on Facebook:
rake curator:add[blueskies]