Giter Site home page Giter Site logo

jellyfishboy / trado-mailchimp-module Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 3.0 29 KB

Module for MailChimp newsletter subscription in the Trado Ecommerce platform.

Home Page: http://trado.io

License: MIT License

Ruby 77.65% JavaScript 1.96% CSS 2.25% HTML 18.14%

trado-mailchimp-module's Introduction

alt text

MailChimp Newsletter

Gem Version

Module for MailChimp newsletter subscription in the Trado Ecommerce platform. If you would like to get started using the Trado Ecommerce platform, head on over to the Official site!

Release notes

Installation

Add module to your Gemfile:

gem 'trado_mailchimp_module'

Then run bundle to install the Gem:

bundle install

Set up an initializer file with your MailChimp API keys:

Gibbon::Request.api_key = "your_api_key"
Gibbon::Request.timeout = 15

e.g. config/initializers/mailchimp.rb. It would be a good idea to store sensitive data in config/secrets.yml.

Now generate migrations and assign model concerns:

rails generate trado_mailchimp_module:install
bundle exec rake db:migrate

Restart the main application server:

foreman start -f Procfile.dev

You can then modify the MailChimp List Id for your newsletter emails in the admin store settings.

Upcoming Features

  • List available lists from MailChimp in the Store settings administration
  • Render newsletter signup form

Versioning

Trado Mailchimp module follows Semantic Versioning 2.0 as defined at http://semver.org.

How to contribute

  • Fork the project
  • Create your feature or bug fix
  • Add the requried tests for it.
  • Commit (do not change version or history)
  • Send a pull request against the development branch

Copyright

Copyright (c) 2017 Tom Dallimore (@tom_dallimore)
Licenced under the MIT licence.

trado-mailchimp-module's People

Contributors

jellyfishboy avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.