File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,15 @@ The module addresses common problems:
2828- Calculating total spending across categories
2929- Making calculated analysis of which subscriptions to keep or cancel
3030
31+ ## Links
32+
33+ - 📦 [ npm package] ( https://www.npmjs.com/package/@hr222sy/subscription-tracker )
34+ - 🐙 [ GitHub repository] ( https://github.com/HannaRV/subscription-tracker )
35+
3136## Table of Contents
3237- [ Core Features] ( #core-features )
3338- [ Purpose] ( #purpose )
39+ - [ Links] ( #links )
3440- [ Quick Start] ( #quick-start )
3541- [ Installation] ( #installation )
3642- [ Essential API] ( #essential-api )
@@ -65,10 +71,6 @@ const analyzer = new UsageAnalyzer()
6571const costPerHour = analyzer .analyzeCostPerHour (netflix, calculator)
6672console .log (` Cost per hour: ${ costPerHour .toFixed (2 )} kr` )
6773```
68- ## Links
69-
70- - 📦 [ npm package] ( https://www.npmjs.com/package/@hr222sy/subscription-tracker )
71- - 🐙 [ GitHub repository] ( https://github.com/HannaRV/subscription-tracker )
7274
7375## Installation
7476
You can’t perform that action at this time.
0 commit comments