dhirajbajaj / spree_interakt

spree_interakt extension allows you to integrate interakt with spree commerce.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpreeInterakt

spree_interakt extension allows you to integrate your spreecommerce application to Interakt. visit http://interakt.co for more details.

Prerequisite

1) Account in Interakt (You can start for free)
2) Project in Interakt to which the Data needs to be imported.

Note:

Your APP_ID and API_KEY are specific to interakt Project, and can be found here:
http://interakt.co/projects/XXXXXXXXXXXXX/api_info in Settings > API Information Page.

Installation

Add spree_interakt to your Gemfile:

gem 'spree_interakt'

Bundle your dependencies and run the installation generator:

bundle
bundle exec rails g spree_interakt:install APP_ID API_KEY

Integrate with Interakt

RAILS_ENV=production rake interakt:start

Testing

Be sure to bundle your dependencies and then create a dummy test app for the specs to run against.

bundle
bundle exec rake test_app
bundle exec rspec spec

When testing your applications integration with this extension you may use it's factories. Simply add this require statement to your spec_helper:

require 'spree_interakt/factories'

Copyright (c) 2013 [name of extension creator], released under the New BSD License

About

spree_interakt extension allows you to integrate interakt with spree commerce.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Ruby 98.7%Language:CSS 0.7%Language:JavaScript 0.6%