A thingy to update Flickr photo licenses https://github.com/douglaswth/flickrlicense

Douglas Thrift 8b4c5f30ec Add photo object to tag data преди 6 години
public 8b4c5f30ec Add photo object to tag data преди 6 години
views cdb3d1ba57 Move inline style attributes to stylesheet преди 6 години
.gitignore 7c096b1d06 Beginnings of a Sinatra thingy преди 6 години
Gemfile fe2d8bf8fc Store show license/privacy/ignored in database преди 6 години
Gemfile.lock fe2d8bf8fc Store show license/privacy/ignored in database преди 6 години
README.md c6ee8ef62e Add JavaScript and CSS dependencies to README.md преди 6 години
app.rb 8022d39e09 Make the filters work преди 6 години
config.ru 7c096b1d06 Beginnings of a Sinatra thingy преди 6 години
config.sample.yml 7c096b1d06 Beginnings of a Sinatra thingy преди 6 години

README.md

flickrlicense

A thingy to update Flickr photo licenses

Dependencies

Setup

Install dependencies:

bundle install

Copy config.sample.yml to config.yml and replace field values with a Flickr API key and secret and a generated random session secret.

Start the server:

bundle exec rackup

The app should now be running at localhost:9292 and you can login with your Flickr account.