stefan-wr / mamADIF-vue

πŸ““ ADIF (Amateur Data Interchange Format) file manipulator written as a a web-app with VUE.JS

Home Page:http://www.mamadif.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mamADIF

MamADIF is an ADIF (Amateur Data Interchange Format) file manipulation tool written as a a web-app with VUE.JS. Its' currently hosted on 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.

About

πŸ““ ADIF (Amateur Data Interchange Format) file manipulator written as a a web-app with VUE.JS

http://www.mamadif.org

License:MIT License


Languages

Language:Vue 65.5%Language:SCSS 17.7%Language:JavaScript 15.3%Language:HTML 1.4%