Skip to content

Commit 7e42e02

Browse files
committed
Basic README
1 parent 8e7ed9a commit 7e42e02

1 file changed

Lines changed: 26 additions & 1 deletion

File tree

README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,26 @@
1-
tcx2ics
1+
# tcx2ics
2+
3+
Convert a `.tcx` activity file (from Garmin, Strava, etC.) into a single `.ics`
4+
calendar event with basic workout Statistics.
5+
6+
The calendar event contains:
7+
- start and end time of the activity
8+
- sport type
9+
- total duration
10+
- total distance
11+
12+
## 🔑 License
13+
14+
This package is distributed under the MIT License. This license can be found online at <http://www.opensource.org/licenses/MIT>.
15+
16+
## Disclaimer
17+
18+
This framework is provided as-is, and there are no guarantees that it fits your purposes or that it is bug-free. Use it at your own risk!
19+
20+
## 🔗 Related frameworks
21+
22+
[1] [AST-Monitor: A wearable Raspberry Pi computer for cyclists](https://github.com/firefly-cpp/AST-Monitor)
23+
24+
[2] [TCXReader.jl: Julia package designed for parsing TCX files](https://github.com/firefly-cpp/TCXReader.jl)
25+
26+
[3] [TCXWriter: A Tiny Library for writing/creating TCX files on Arduino](https://github.com/firefly-cpp/tcxwriter)

0 commit comments

Comments
 (0)