Git Product home page Git Product logo

open-credit-card-app-'s Introduction

App for Credit Card Churners

Find app hosted here

This app collects data daily via web scrapers developed in R. The are then placed in a DynamoDB collection.

A list of all cards can be retrieved in JSON format at http://credit-cards.98he2uhpu4.us-east-2.elasticbeanstalk.com/CurrentCards/CurrentValue. The cards are ranked by their calculated dollar value. I used the conversion rates provided by thepointsguy.com monthly valuations.

Headers/Variables Collected

  • Program
  • CardName
  • Issuer
  • Link
  • IntroOffer
  • Cash
  • Points
  • Nights
  • Credit
  • FeeWaived1stYr
  • Fee
  • Spend
  • img
  • Rate
  • business
  • Value
  • Date

Assumptions

The formula for Value is:

(Points) x (Rate) + Cash + StatementCredit + (150) x (Number of Free Nights) - AF x {0 if waived first year, 1 if not}

  • Points is the introductory points/miles rewards
  • The rate is what thepointsguy.com would pay for miles or points from a given reward program. For the ones he did not specify, I gave a rate of .01 per point.
  • Cash is the introductory cash rewards
  • Number of nights is how many nights are given as introductory bonus
  • I multiplied nights by 150 because that is typically what I would try and pay for a night.
  • If the fee is waived the first year, I didn't subtract it. If it is paid immediately, I subtracted it. I did not take into account that you might lose your points if you cancel before the second year. I based this off gaining your rewards and then closing your account before anniversary.

So for example Club Carlson:

  • Points: 85,000
  • Rate: .04
  • Fee: 75, not waived
  • Current Value = 85000(.04) - 75 = 265

Changes Wanted

I want to enhance the front-end by using async filters in angular. I am open to any other suggestions as well!

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.