jinwook-k / cc-scraper

💳 A npm pkg to get info about credit card points, categories, and cash-back calendars.
https://www.npmjs.com/package/cc-scraper
MIT License
2 stars 1 forks source link

Add Tags to each card on the type of points can be contributed #18

Open jinwook-k opened 5 years ago

jinwook-k commented 5 years ago

i.e. the southwest card is mainly going to be for travel and southwest flights.

Might want tags for categories and also brands.

{
  brands: ['southwest', 'american airlines'],
  categories: ['travel', 'flight']
}