👋Hello @janko,
I am at the spike phase of a new project, and I'm having trouble requiring the lib in a non-rails context. I tried flickr and flicker-objects individually, like so;
require "flickr"
# require "flickr-objects"
Flickr.configure do |config|
config.api_key = "API_KEY"
config.shared_secret = "SHARED_SECRET"
end
Both times I'm getting:
cannot load such file -- flickr (LoadError)
cannot load such file -- flickr-objects (LoadError)
Am I missing a step or thinking about this wrong?
👋Hello @janko,
I am at the spike phase of a new project, and I'm having trouble requiring the lib in a non-rails context. I tried
flickrandflicker-objectsindividually, like so;Both times I'm getting:
Am I missing a step or thinking about this wrong?