Browse Source

Feature/update notes of personal finance tools (#3611)

* Update notes
pull/3610/head^2
Thomas Kaul 2 months ago
committed by GitHub
parent
commit
e228b4925c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 13
      libs/common/src/lib/personal-finance-tools.ts

13
libs/common/src/lib/personal-finance-tools.ts

@ -76,7 +76,7 @@ export const personalFinanceTools: Product[] = [
key: 'capmon', key: 'capmon',
name: 'CapMon.org', name: 'CapMon.org',
origin: `Germany`, origin: `Germany`,
note: 'CapMon.org has discontinued in 2023', note: 'CapMon.org was discontinued in 2023',
slogan: 'Next Generation Assets Tracking' slogan: 'Next Generation Assets Tracking'
}, },
{ {
@ -223,7 +223,7 @@ export const personalFinanceTools: Product[] = [
hasSelfHostingAbility: false, hasSelfHostingAbility: false,
key: 'intuit-mint', key: 'intuit-mint',
name: 'Intuit Mint', name: 'Intuit Mint',
note: 'Intuit Mint has discontinued in 2023', note: 'Intuit Mint was discontinued in 2023',
origin: `United States`, origin: `United States`,
pricingPerYear: '$60', pricingPerYear: '$60',
slogan: 'Managing money, made simple' slogan: 'Managing money, made simple'
@ -286,7 +286,7 @@ export const personalFinanceTools: Product[] = [
key: 'maybe-finance', key: 'maybe-finance',
languages: ['English'], languages: ['English'],
name: 'Maybe Finance', name: 'Maybe Finance',
note: 'Maybe Finance has discontinued in 2023', note: 'Maybe Finance was discontinued in 2023',
origin: `United States`, origin: `United States`,
pricingPerYear: '$145', pricingPerYear: '$145',
regions: [`United States`], regions: [`United States`],
@ -386,7 +386,7 @@ export const personalFinanceTools: Product[] = [
hasFreePlan: true, hasFreePlan: true,
key: 'portfoloo', key: 'portfoloo',
name: 'Portfoloo', name: 'Portfoloo',
note: 'Portfoloo has discontinued', note: 'Portfoloo was discontinued',
slogan: slogan:
'Free Stock Portfolio Tracker with unlimited portfolio and stocks for DIY investors' 'Free Stock Portfolio Tracker with unlimited portfolio and stocks for DIY investors'
}, },
@ -451,7 +451,7 @@ export const personalFinanceTools: Product[] = [
hasFreePlan: true, hasFreePlan: true,
key: 'sharesmaster', key: 'sharesmaster',
name: 'SharesMaster', name: 'SharesMaster',
note: 'SharesMaster has discontinued', note: 'SharesMaster was discontinued',
slogan: 'Free Stock Portfolio Tracker' slogan: 'Free Stock Portfolio Tracker'
}, },
{ {
@ -492,7 +492,7 @@ export const personalFinanceTools: Product[] = [
key: 'stockmarketeye', key: 'stockmarketeye',
name: 'StockMarketEye', name: 'StockMarketEye',
origin: `France`, origin: `France`,
note: 'StockMarketEye has discontinued in 2023', note: 'StockMarketEye was discontinued in 2023',
slogan: 'A Powerful Portfolio & Investment Tracking App' slogan: 'A Powerful Portfolio & Investment Tracking App'
}, },
{ {
@ -593,6 +593,7 @@ export const personalFinanceTools: Product[] = [
key: 'yeekatee', key: 'yeekatee',
languages: ['Deutsch', 'English', 'Español', 'Français', 'Italiano'], languages: ['Deutsch', 'English', 'Español', 'Français', 'Italiano'],
name: 'yeekatee', name: 'yeekatee',
note: 'yeekatee was discontinued in 2024',
origin: `Switzerland`, origin: `Switzerland`,
regions: [`Global`], regions: [`Global`],
slogan: 'Connect. Share. Invest.' slogan: 'Connect. Share. Invest.'

Loading…
Cancel
Save