An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# activity-merge

[![CI](https://github.com/mrloop/activity-merge/actions/workflows/ci.yml/badge.svg)](https://github.com/mrloop/activity-merge/actions/workflows/ci.yml) [![Netlify Status](https://api.netlify.com/api/v1/badges/56f52298-a710-4981-9ef1-7f0e17058cab/deploy-status)](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/)