skeevis / rails-contactually-api-base

Base rails app utilizing the Contactually API. Just drop in your config and go!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This is a base application making it incredibly easy to build standalone apps that consume the Contactually API (developers.contactually.com/).

The only think you need to do is register for an application at www.contactually.com/developer/applications, then set your CONTACTUALLY_APP_ID and CONTACTUALLY_APP_SECRET env variables. Or set them somewhere else and modify devise.rb and user.rb.

Basic user flow already put in and tested. Disabled a lot of the other devise functionality, so single point of authentication is Contactually. But feel free to modify as you want.

Zurb’s Foundation 6 installed for the frontend. Basic UI already in.

Completely as-is.

About

Base rails app utilizing the Contactually API. Just drop in your config and go!


Languages

Language:Ruby 62.0%Language:CSS 24.6%Language:HTML 12.3%Language:JavaScript 1.1%