Skip to content

🤔what do I require? #14

@fakefarm

Description

@fakefarm

👋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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions