A tool to export your movescount data
This is an approach to export your moves data from the movescount site. The app prompts you to login to movescount to fetch authentication tokens and cookies. With this data available it starts to exports your moves to the local file system.
# Clone this repository
git clone https://github.com/giggo1604/movescount-export
# Go into the repository
cd movescount-export
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
# run unit & end-to-end tests
npm test
# lint all JS/Vue component files in `src/`
npm run lint