https://github.com/stefan-wr/mamadif-vue
📓 ADIF (Amateur Data Interchange Format) file manipulator written as a a web-app with VUE.JS
https://github.com/stefan-wr/mamadif-vue
adif amateur-radio ham-radio vuejs
Last synced: 2 months ago
JSON representation
📓 ADIF (Amateur Data Interchange Format) file manipulator written as a a web-app with VUE.JS
- Host: GitHub
- URL: https://github.com/stefan-wr/mamadif-vue
- Owner: stefan-wr
- License: mit
- Created: 2020-02-06T13:57:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T09:01:25.000Z (over 4 years ago)
- Last Synced: 2025-02-06T10:39:18.891Z (4 months ago)
- Topics: adif, amateur-radio, ham-radio, vuejs
- Language: Vue
- Homepage: http://www.mamadif.org
- Size: 6.55 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mamADIF
MamADIF is an [ADIF (Amateur Data Interchange Format)](https://www.adif.org) file manipulation tool written as a a web-app with [VUE.JS](https://github.com/vuejs/vue). Its' currently hosted on [www.mamadif.org](http://www.mamadif.org) and runs locally in a browser.## Features
### File support
Currently mamADIF supports the following ADIF file formats:
| ADI | ADX |
|--|--|
| ✔ | ❌ |### Manipulations
Currently mamADIF supports the following manipulations:- **Delete fields**: Delete all occurences of a field from an ADIF file.
- **Rename field**: Rename all occurences of a field in an ADIF file to any given name. MamADIF does not check wether the given name is a valid ADIF QSO-field.## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).