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: 11 months 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-21T19:27:33.000Z (11 months ago)
- Last Synced: 2025-02-21T20:27:22.551Z (11 months ago)
- Topics: emberjs, fit, garmin, gpx, pwa, service-worker, strava, tcx, webworker
- Language: JavaScript
- Homepage: https://merge.mrloop.com
- Size: 4.92 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
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/)