From a94b22cd607ddb0c4dc906d66f7b26df303a91dc Mon Sep 17 00:00:00 2001 From: Michael Fross Date: Mon, 28 Mar 2022 15:19:01 -0500 Subject: [PATCH] Updated app description in the snapcraft.yaml file --- pom.xml | 2 +- snap/snapcraft.yaml | 18 ++++++++++++++---- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 1717905..646b064 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.fross quoter - 3.0.0 + 3.0.1 jar quoter diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index e4711d8..b30e054 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,13 +1,23 @@ name: quoter -version: '3.0.0' +version: '3.0.1' summary: Command line utility to pull stock and index quotes description: | - Quoter fetches stock quotes and index data for easy display on + Quoter fetches online stock quotes and index data for easy display on the command line. Quote are obtained from IEXCloud.IO, and index information is scrapped from a financial website. + + Quoter can also display three month trends and detailed company information. + See the Snap Store screen shots for examples. + To use IEXCloud, you'll need a free private key from them to use it. - You can register and get one on iexcloud.io. - http://github.com/frossm/quoter + You can register and get one on iexcloud.io for free. Please check + their usage information. + + Lastly, the source code and a more elaborate readme is available on + GitHub and the program help (execute with -h switch) will show more + information. + + Quoter homepage is at https://github.com/frossm/quoter grade: stable confinement: strict