Question

Has anyone worked with Mozenda in ruby on rails project before? I am looking for gem or wrapper of Mozenda API. Searched online there were two library 'mozenda' and 'mozenda-api'. Unfortunately, both cannot be found when i tried to install them.

Was it helpful?

Solution

Install one of them as a git repo by adding the proper record into Gemfile:

gem 'mozenda', :git => 'https://github.com/jefferyf/mozenda.git'

or

gem 'mozenda-api', :git => 'https://github.com/darrikmazey/mozenda-api.git'

Then issue:

$ bundle install
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top