https://github.com/mrloop/activity-merge
Merge activity files. Have you accidentally recorded your activity as two separate ones? Simply merge them together using this app.
https://github.com/mrloop/activity-merge
emberjs fit garmin gpx pwa service-worker strava tcx webworker
Last synced: about 1 month ago
JSON representation
Merge activity files. Have you accidentally recorded your activity as two separate ones? Simply merge them together using this app.
- Host: GitHub
- URL: https://github.com/mrloop/activity-merge
- Owner: mrloop
- License: agpl-3.0
- Created: 2021-05-14T18:34:30.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2026-05-08T08:55:14.000Z (about 2 months ago)
- Last Synced: 2026-05-08T10:41:11.737Z (about 2 months ago)
- Topics: emberjs, fit, garmin, gpx, pwa, service-worker, strava, tcx, webworker
- Language: JavaScript
- Homepage: https://merge.mrloop.com
- Size: 5.89 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# activity-merge
[](https://github.com/mrloop/activity-merge/actions/workflows/ci.yml) [](https://app.netlify.com/sites/activity-merge/deploys)
https://merge.mrloop.com/
Merge activity files. If you've accidentally made two or more recordings for a single activity and want to upload them to [strava.com](https://www.strava.com/) as a single activity use this app to merge the files into a single activity.
## Prerequisites
You will need the following things properly installed on your computer.
- [Git](https://git-scm.com/)
- [Node.js](https://nodejs.org/)
- [Pnpm](https://pnpm.io/)
- [Ember CLI](https://ember-cli.com/)
- [Google Chrome](https://google.com/chrome/)
## Installation
- `git clone ` this repository
- `cd activity-merge`
- `pnpm install`
## Running / Development
- `ember serve`
- Visit your app at [http://localhost:4200](http://localhost:4200).
- Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests).
### Code Generators
Make use of the many generators for code, try `ember help generate` for more details
### Running Tests
- `ember test`
- `ember test --server`
### Linting
- `pnpm lint`
- `pnpm lint:fix`
### Building
- `ember build` (development)
- `ember build --environment production` (production)
### Deploying
Continuous deployments via github actions to [netlify](https://www.netlify.com/).
## Further Reading / Useful Links
- [ember.js](https://emberjs.com/)
- [ember-cli](https://ember-cli.com/)
- Development Browser Extensions
- [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
- [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)