aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntony Kellermann2018-05-27 13:21:40 -0400
committerAntony Kellermann2018-05-27 13:21:40 -0400
commite56b9b5426b379cca264de1810ee91bbf024d77c (patch)
treed28eb7ad65e165c7f623b534f4fa9ef9294830a0
parentae945b19f0fb05021e653b7aa2376fc34abaf840 (diff)
downloadaur-e56b9b5426b379cca264de1810ee91bbf024d77c.tar.gz
Updated license to remove News API and Google URL shortener
-rw-r--r--LICENSE6
-rw-r--r--README.md14
-rw-r--r--tick.13
3 files changed, 8 insertions, 15 deletions
diff --git a/LICENSE b/LICENSE
index 2dc5b58ba421..43fa11483405 100644
--- a/LICENSE
+++ b/LICENSE
@@ -8,10 +8,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
Data provided for free by IEX. Please read IEX's license: https://iextrading.com/api-exhibit-a
-Data provided for free by Coinmarketcap. https://coinmarketcap.com
-
Data provided for free by Morningstar. http://www.morningstar.com/
-Data provided for free by News API. https://newsapi.org
-
-Shortened links provided for free by Google. https://developers.google.com/url-shortener/ \ No newline at end of file
+Data provided for free by Coinmarketcap. https://coinmarketcap.com \ No newline at end of file
diff --git a/README.md b/README.md
index 910de7afebe6..47537974a840 100644
--- a/README.md
+++ b/README.md
@@ -100,14 +100,13 @@ Once installed, you may read the man page for more information.
#### License
MIT License
-Stock information is taken from IEX's free API. Mutual fund and over-the-counter
-information is taken from and Morningstar's free API. Cryptocurrency information
-is taken from Coinmarketcap's free API. News information is taken from News
-API. Shortened links are provided by Google's URL Shortener API. Please do
-not abuse the APIs by repeatedly requesting information. Read the provided
-license for more information.
+Stock information is taken from IEX's free API. Mutual fund and
+over-the-counter information is taken from and Morningstar's free API.
+Cryptocurrency information is taken from Coinmarketcap's free API.
+Please do not abuse the APIs by repeatedly requesting information. Read
+the provided license for more information.
#### Future Ideas/To-do
-* Historical support -- 7d/28d profits (wait for coinmarketcap historical release)
+* Historical support -- 28d profits (wait for coinmarketcap historical release)
* Look for API to replace Morningstar for MUTF/OTCMKTS data, preferably with
intraday data (wait for iex v2 probably)
* DEB/RPM package
@@ -115,7 +114,6 @@ intraday data (wait for iex v2 probably)
and portfolio distribution (tried to implement, but IEX API is unpredictable; wait for v2)
* Format prices with commas (set locale?)
* Function to add new attributes to portfolio if not found
-* Maybe replace News API with IEX news endpoint
* Bookmark certain stocks (not included in portfolio)
* Zoom in more than one month for graph
* Average graph points when skipping indices for greater accuracy
diff --git a/tick.1 b/tick.1
index 2885f5ed25d2..43c18a963e70 100644
--- a/tick.1
+++ b/tick.1
@@ -113,7 +113,6 @@ MIT License
Stock information is taken from IEX's free API. Mutual fund and over-the-counter
information is taken from Morningstar's free API. Cryptocurrency information
-is taken from Coinmarketcap's free API. News information is taken from News
-API. Shortened links are provided by Google's URL Shortener API. Please do
+is taken from Coinmarketcap's free API. Please do
not abuse the APIs by repeatedly requesting information. Read the provided
license for more information. \ No newline at end of file