Coder Social home page Coder Social logo

notify-me's Introduction

Notify Me

"Notify Me" is a 2-page web app that collects email addresses.

Here is what Notify Me looks like by default:

Notify Me was designed for Heroku which uses Postgres as the database server, but can be used locally with sqlite. If you like the idea but want to use different tools, feel free to fork and modify Notify Me for your own needs! The intent was to keep it very simple with few dependencies, so it could be modified easily.

Installation and usage

bundle
rackup

Open your browser to http://localhost:9292/.

Customization

Notify Me is intended to be customized. In notify_me.rb you can change the product name, placeholder email strings, Google Analytics account ID and more. Of course you can also edit the markup of the inline templates as well.

Deploying to Heroku

Install the Heroku Toolbelt.

heroku create
heroku addons:add heroku-postgresql
git push heroku master
heroku open

Viewing email addresses with sqlite locally

sqlite3 notify-me.db
select email from subscriptions;
.quit

Viewing emails addresses on Heroku

heroku run console
Bundler.require
require_relative "notify_me"
Subscription.all.map(&:email)

Testing

rake

Design

A Photoshop document notify-me.psd is part of this repository. The PSD can be used as a starting point for design customization:

Software: Adobe Photoshop CS5
Size: 4.3 MB
Dimensions: 1024x768
Fonts: Helvetica Neue
Creator: Nate Kadlac

Copyright 2011 Andy Atkinson. MIT License.

notify-me's People

Contributors

andyatkinson avatar bazlo avatar webandy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

notify-me's Issues

Won't work on heroku as they defaulted to bamboo-mri-1.9.2

You need to reconfigure it so upon heroku create you specify the stack to bamboo-ree-1.8.7

$ heroku create [namespace] --stack bamboo-ree-1.8.7

I dunno if this is an app issue, or just me, but I thought I'd FYI you guys just in case.

Many thanks for notify-me - it's great!

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.