brandonweiss / founderscard.safariextz

A Safari extension for FoundersCard.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FoundersCard Safari Extension

FoundersCard is an awesome service, but I regularly forget what benefits I get from it. Several times I've bought something only to realize after the fact that I had a benefit I could have used, which is incredibly annoying. FoundersCard has a Google Chrome extension, but no Safari extension, so I made one.

Installation

Just download the extension and open it or drag it into Safari—it will automatically install.

How does it work?

The extension adds a button to the Safari toolbar that will indicate if you have a benefit. If you go to a site without a benefit the button will be disabled. If you go to a site with a benefit, the button become clickable and shows a little badge to get your attention. If you click it, it will open up the benefits page so you can redeem your benefit.

Tests

You'll need to have node and npm installed to run the tests.

Install the dependencies.

npm install

Then run the tests.

npm test

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

A Safari extension for FoundersCard.


Languages

Language:JavaScript 59.8%Language:CoffeeScript 40.2%