From fbb4bc2db1526f598ea4c7b68a9c0d4341ef5727 Mon Sep 17 00:00:00 2001 From: Tom Matheussen Date: Wed, 24 May 2017 13:43:27 +0200 Subject: [PATCH 1/2] Create README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cbb648a --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# pokemon-tcg-tracker +Tracker for Pokemon TCG cards + +## What is it? +A desktop application, which makes it easy to keep track of collected Pokemon Trading Card Games. + +## Usage +Simply download the installer for the latest version from [here](https://github.com/Tommatheussen/pokemon-tcg-tracker/releases/latest) (Windows only for now) and run the installer. +**Windows might complain about not being a trusted publisher** +After installation, run the application and everything should work fine. From b559fa7c592dbf416c79cffc1bc9c685b108eb5f Mon Sep 17 00:00:00 2001 From: Tom Matheussen Date: Wed, 24 May 2017 13:44:27 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cbb648a..b989ea6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# pokemon-tcg-tracker +# Pokemon TCG Tracker Tracker for Pokemon TCG cards ## What is it? @@ -8,3 +8,7 @@ A desktop application, which makes it easy to keep track of collected Pokemon Tr Simply download the installer for the latest version from [here](https://github.com/Tommatheussen/pokemon-tcg-tracker/releases/latest) (Windows only for now) and run the installer. **Windows might complain about not being a trusted publisher** After installation, run the application and everything should work fine. + + +## Technologies +This application is built using Electron, Angular 2, NeDB and the awesome [pokemontcg API](https://pokemontcg.io)