Skip to content

Commit

Permalink
Updated app description in the snapcraft.yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
frossm committed Mar 28, 2022
1 parent 8d4991e commit a94b22c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.fross</groupId>
<artifactId>quoter</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<packaging>jar</packaging>

<name>quoter</name>
Expand Down
18 changes: 14 additions & 4 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a94b22c

Please sign in to comment.