## Introduction [CoinTools](https://helloacm.com/cointools-update-adding-news-feed-average-series-in-historical-graphs/) is a handy gadget to Chrome browser that you can launch easily to view the information of cryptocurrency. https://chrome.google.com/webstore/detail/coin-tools/fmglcggbdcbkpkfapngjobfeakehpcgj ## Previous Contributions - [v0.0.11](https://helloacm.com/cointool-update-arbitrary-historical-date-period-amount-conversion-to-local-currency-preserve-historical-graphs/): CoinTool Update: Arbitrary Historical Date Period + Amount Conversion to Local Currency + Preserve Historical Graphs - [v0.0.9](https://helloacm.com/cointools-update-v0-0-9-specify-amount-reverse-cryptocurrency-calculation/): CoinTools Update: v0.0.9, Specify Amount + Reverse Cryptocurrency Calculation - [v0.0.8](https://helloacm.com/cointools-update-v0-0-8-add-coinbase-api-customized-history-data/): CoinTools Update: v0.0.8: Add Coinbase API + Customized History Data - [v0.0.7](https://helloacm.com/cointools-historical-conversion-between-any-two-cryptocurrency/): CoinTools: Historical Conversion between Any Two Cryptocurrency - [v0.0.6](https://helloacm.com/cointools-update-show-full-cryptocurrency-details-by-click-or-startup-add-language-handlers/): CoinTools Update: Show Full Cryptocurrency Details by Click or Startup, Add Language Handlers - [v0.0.5](https://helloacm.com/cointools-update-cryptocurrency-converter-calculator-support-coin-symbols-and-add-more-localization/): CoinTools v0.0.5: Update: Cryptocurrency Converter Calculator, Support Coin Symbols and Add More Localization - [v0.0.4](https://helloacm.com/cointools-v0-0-4-conversion-between-two-fiat-or-fiat-coin-24-hour-total-market-cap-chart/): CoinTools v0.0.4: Conversion Between Two Fiat or Fiat-Coin + 24 Hour Cap Chart - [v0.0.3](https://helloacm.com/cointools-v0-0-3-adding-total-market-cap-usd-chart-localization-and-stock-price-emoji/): CoinTools v0.0.3: Adding Total Market Cap USD Chart, Localization and Stock Price Emoji - [v0.0.2](https://helloacm.com/cointool-v0-0-2-cryptocurrency-conversion-ui-localization/): Cryptocurrency Conversion + UI Localization - [v0.0.1](https://helloacm.com/cointool-v0-0-2-cryptocurrency-conversion-ui-localization/): Introduction to CoinTools! A Cryptocurrency Chrome Extension ## Technology Stacks Javascript that runs in Chrome. ## Github https://github.com/DoctorLai/CoinTools ## Chrome Webstore It is available online at Chrome Webstore: https://chrome.google.com/webstore/detail/coin-tools/fmglcggbdcbkpkfapngjobfeakehpcgj ## v0.0.12 Feature [This commit](https://github.com/DoctorLai/CoinTools/commit/a19581ccaaedc176a2a0917c5a60ccf5764e0bec) contains: - Adding News Feed - Adding Average Line Series (and remove incorrect legend) - UI Translations - Auto Load Last History Graph ## Screenshots News Feed:  `Average = (High + Low) / 2`  ## News Feed API and Javascript ``` // get news and articles const getFeed = (dom) => { let api = "https://min-api.cryptocompare.com/data/news/?lang=EN"; logit(get_text("calling", "calling") + " " + api); $.ajax({ type: "GET", url: api, success: function(result) { let s = '<ol>'; let len = result.length; for (let i = 0; i < len; ++ i) { s += "<li>"; s += ": <a target=_blank href='" + result[i]['url'] + "'>"; s += result[i]['title']; s += "<BR/><img style='height:100px' src='" + result[i]['imageurl']; s += "' /></a>"; s += "<i>" + timestampToString(result[i]['published_on']) + "</i>"; s += "<blockquote>"; s += result[i]['body']; s += "</blockquote>"; s += "</li>"; } s += "</ol>"; dom.html(s); }, error: function(request, status, error) { logit(get_text('response', 'Response') + ': ' + request.responseText); logit(get_text('error', 'Error') + ': ' + error ); logit(get_text('status', 'Status') + ': ' + status); }, complete: function(data) { logit(get_text("api_finished", "API Finished") + ": " + api); } }); } ``` ## Roadmap of CoinTools Any good suggestions, please shout at @justyy. ## License [MIT](https://github.com/DoctorLai/CoinTools/blob/master/LICENSE) ## Contribution Welcome Github: https://github.com/DoctorLai/CoinTools/ 1. Fork it! 2. Create your feature branch: `git checkout -b my-new-feature` 3. Commit your changes: `git commit -am 'Add some feature'` 4. Push to the branch: `git push origin my-new-feature` 5. Submit a pull request. ## Chrome Webstore Install the [CoinTools](https://chrome.google.com/webstore/detail/coin-tools/fmglcggbdcbkpkfapngjobfeakehpcgj) Now! <br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@justyy/cointools-update-adding-news-feed-average-series-in-historical-graphs">Utopian.io - Rewarding Open Source Contributors</a></em><hr/>
author | justyy | ||||||
---|---|---|---|---|---|---|---|
permlink | cointools-update-adding-news-feed-average-series-in-historical-graphs | ||||||
category | utopian-io | ||||||
json_metadata | "{"community":"utopian","app":"utopian/1.0.0","format":"markdown","repository":{"id":121162429,"name":"CoinTools","full_name":"DoctorLai/CoinTools","html_url":"https://github.com/DoctorLai/CoinTools","fork":false,"owner":{"login":"DoctorLai"}},"pullRequests":[],"platform":"github","type":"development","tags":["utopian-io","steemstem","cryptocurrency","programming","steemapps"],"users":["justyy.","justyy"],"links":["https://helloacm.com/cointools-update-adding-news-feed-average-series-in-historical-graphs/","https://helloacm.com/cointool-update-arbitrary-historical-date-period-amount-conversion-to-local-currency-preserve-historical-graphs/","https://helloacm.com/cointools-update-v0-0-9-specify-amount-reverse-cryptocurrency-calculation/","https://helloacm.com/cointools-update-v0-0-8-add-coinbase-api-customized-history-data/","https://helloacm.com/cointools-historical-conversion-between-any-two-cryptocurrency/","https://helloacm.com/cointools-update-show-full-cryptocurrency-details-by-click-or-startup-add-language-handlers/","https://helloacm.com/cointools-update-cryptocurrency-converter-calculator-support-coin-symbols-and-add-more-localization/","https://helloacm.com/cointools-v0-0-4-conversion-between-two-fiat-or-fiat-coin-24-hour-total-market-cap-chart/","https://helloacm.com/cointools-v0-0-3-adding-total-market-cap-usd-chart-localization-and-stock-price-emoji/","https://helloacm.com/cointool-v0-0-2-cryptocurrency-conversion-ui-localization/","https://github.com/DoctorLai/CoinTools/commit/a19581ccaaedc176a2a0917c5a60ccf5764e0bec","https://res.cloudinary.com/hpiynhbhq/image/upload/v1521330132/gyedkmdvdzi81upitkbg.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1521330186/vlpwfnjwc1portcgp6eq.png","https://github.com/DoctorLai/CoinTools/blob/master/LICENSE","https://chrome.google.com/webstore/detail/coin-tools/fmglcggbdcbkpkfapngjobfeakehpcgj"],"image":["https://res.cloudinary.com/hpiynhbhq/image/upload/v1521330132/gyedkmdvdzi81upitkbg.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1521330186/vlpwfnjwc1portcgp6eq.png"],"moderator":{"account":"ms10398","time":"2018-03-18T11:08:40.959Z","reviewed":true,"pending":false,"flagged":false},"questions":[{"question":"Is the project description formal?","answers":[{"value":"Yes itβs straight to the point","selected":true,"score":10},{"value":"Need more description ","selected":false,"score":5},{"value":"Not too descriptive","selected":false,"score":0}],"selected":0},{"question":"Is the language / grammar correct?","answers":[{"value":"Yes","selected":true,"score":20},{"value":"A few mistakes","selected":false,"score":10},{"value":"It's pretty bad","selected":false,"score":0}],"selected":0},{"question":"Was the template followed?","answers":[{"value":"Yes","selected":true,"score":10},{"value":"Partially","selected":false,"score":5},{"value":"No","selected":false,"score":0}],"selected":0},{"question":"How do you rate the amount of work?","answers":[{"value":"Very High","selected":true,"score":20},{"value":"High","selected":false,"score":16},{"value":"Medium","selected":false,"score":12},{"value":"Low","selected":false,"score":7},{"value":"Very Low","selected":false,"score":3}],"selected":0},{"question":"How do you rate the impact on the Project?","answers":[{"value":"Very High","selected":true,"score":20},{"value":"High","selected":false,"score":16},{"value":"Medium","selected":false,"score":12},{"value":"Low","selected":false,"score":7},{"value":"Very Low","selected":false,"score":3}],"selected":0}],"score":100}" | ||||||
created | 2018-03-17 23:46:57 | ||||||
last_update | 2018-03-18 11:08:39 | ||||||
depth | 0 | ||||||
children | 2 | ||||||
last_payout | 2018-03-24 23:46:57 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 52.462 HBD | ||||||
curator_payout_value | 19.703 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 5,249 | ||||||
author_reputation | 280,616,224,641,976 | ||||||
root_title | "CoinTools Update: Adding News Feed, Average Series in Historical Graphs" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 45,041,171 | ||||||
net_rshares | 26,277,173,944,944 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
adm | 0 | 5,370,447,033,587 | 30% | ||
ace108 | 0 | 214,883,669,037 | 16% | ||
magicmonk | 0 | 99,013,828,816 | 50% | ||
helene | 0 | 66,789,337,671 | 10% | ||
justyy | 0 | 939,855,636,273 | 90% | ||
luneknight | 0 | 439,126,343 | 100% | ||
dapeng | 0 | 2,498,222,443 | 2% | ||
happyukgo | 0 | 1,850,378,302 | 85% | ||
sv67216721 | 0 | 422,714,521 | 5% | ||
xplosive | 0 | 2,357,734,326 | 100% | ||
frankintaiwan | 0 | 80,958,102 | 20% | ||
lonnie.sprinkles | 0 | 65,635,229 | 10% | ||
helo | 0 | 1,257,248,590 | 10% | ||
shenchensucc | 0 | 3,737,071,134 | 20% | ||
tensor | 0 | 13,840,866,200 | 100% | ||
marram | 0 | 132,079,966 | 10% | ||
victorialuxx | 0 | 169,216,030 | 100% | ||
doraemon | 0 | 449,870,173 | 100% | ||
travelgirl | 0 | 34,087,816,922 | 33% | ||
robinlee | 0 | 469,599,697 | 95% | ||
ety001 | 0 | 3,470,615,816 | 100% | ||
rainyapril | 0 | 499,091,433 | 95% | ||
al2ping | 0 | 102,449,938 | 95% | ||
liangfengyouren | 0 | 1,298,755,380 | 50% | ||
jiangchen | 0 | 95,844,151 | 1% | ||
shengjian | 0 | 19,080,733,500 | 85% | ||
kangnajiang | 0 | 236,225,469 | 95% | ||
cifer | 0 | 7,912,457,163 | 65% | ||
vityyzej81 | 0 | 616,321,322 | 100% | ||
geass | 0 | 541,342,075 | 95% | ||
moonvoid | 0 | 614,503,785 | 100% | ||
irenett | 0 | 441,062,170 | 100% | ||
rosatravels | 0 | 73,774,027,553 | 50% | ||
xuran | 0 | 5,075,463,584 | 100% | ||
awiwea1974 | 0 | 375,456,632 | 100% | ||
superbing | 0 | 9,364,363,083 | 85% | ||
dailyfortune | 0 | 6,841,084,593 | 85% | ||
antone | 0 | 334,246,091 | 100% | ||
xiaoshancun | 0 | 438,764,157 | 100% | ||
dailystats | 0 | 14,290,661,028 | 85% | ||
ayman101 | 0 | 391,207,464 | 100% | ||
bobdos | 0 | 4,394,941,665 | 10% | ||
vandadream | 0 | 9,050,269,010 | 100% | ||
steemline | 0 | 210,674,482 | 100% | ||
winniex | 0 | 3,919,884,283 | 10% | ||
altherion | 0 | 45,475,061,087 | 100% | ||
jianan | 0 | 486,923,221 | 95% | ||
utopian-io | 0 | 18,957,600,758,901 | 12% | ||
nada101 | 0 | 471,910,166 | 100% | ||
nileelily | 0 | 5,837,396,332 | 100% | ||
chann | 0 | 1,624,827,237 | 100% | ||
daxiang | 0 | 247,029,113 | 95% | ||
anxin | 0 | 6,987,430,480 | 85% | ||
stabilowl | 0 | 37,015,096,558 | 29% | ||
azwarrangkuti | 0 | 12,074,276,609 | 31% | ||
lebin | 0 | 9,773,571,577 | 15% | ||
coindzs | 0 | 223,377,436 | 100% | ||
cryptonewsly | 0 | 193,455,004 | 100% | ||
tdre | 0 | 724,886,459 | 100% | ||
blockd | 0 | 491,489,769 | 95% | ||
grzesiekb | 0 | 183,604,180,852 | 100% | ||
roundbeargames | 0 | 9,993,700,290 | 10% | ||
moobear | 0 | 1,070,396,644 | 85% | ||
jjay | 0 | 639,073,045 | 100% | ||
prch | 0 | 1,836,747,370 | 60% | ||
nean | 0 | 497,198,442 | 95% | ||
foodielifestyle | 0 | 2,804,324,042 | 85% | ||
woolfe19861008 | 0 | 1,609,209,065 | 85% | ||
dailychina | 0 | 9,877,982,537 | 85% | ||
rayday | 0 | 493,930,689 | 100% | ||
vincenthan | 0 | 501,791,985 | 95% | ||
yuxuan | 0 | 88,509,606 | 95% | ||
dongfengman | 0 | 7,745,048,448 | 85% | ||
historylover | 0 | 613,278,439 | 100% | ||
serenazz | 0 | 834,451,137 | 85% | ||
cha0s0000 | 0 | 1,351,081,963 | 50% | ||
yedda | 0 | 503,693,889 | 95% | ||
shentrading | 0 | 1,222,576,645 | 85% | ||
zasilla | 0 | 493,485,847 | 95% | ||
fishaa | 0 | 16,923,065,169 | 50% | ||
aaronstar | 0 | 56,752,767 | 95% | ||
ayanamoon | 0 | 127,590,761 | 95% | ||
ethanlee | 0 | 8,552,702,432 | 75% | ||
kamel101 | 0 | 508,953,791 | 100% | ||
twinsnicole | 0 | 494,041,307 | 95% | ||
deepthinking | 0 | 493,647,446 | 95% | ||
perlia | 0 | 526,311,188 | 100% | ||
wilfredn | 0 | 4,456,565,299 | 60% | ||
fanso | 0 | 859,381,433 | 75% | ||
elleok | 0 | 2,624,531,008 | 100% | ||
lilypang22 | 0 | 2,243,960,515 | 85% | ||
jeffan | 0 | 107,573,158 | 100% | ||
a-0-0-a-0-0 | 0 | -279,891,718 | -100% | ||
zens | 0 | 508,266,580 | 95% | ||
crowflew | 0 | 330,923,464 | 100% | ||
ashi0 | 0 | 506,553,076 | 95% | ||
steemitvip | 0 | 498,004,521 | 95% | ||
lakemountain | 0 | 435,949,699 | 95% | ||
regals | 0 | 501,367,212 | 95% | ||
baymaxos | 0 | 82,495,194 | 95% | ||
joelone | 0 | 481,409,450 | 95% | ||
sweet-jenny8 | 0 | 14,294,629,837 | 85% | ||
laijihua | 0 | 612,521,282 | 100% |
Thank you for the contribution. It has been approved. You can contact us on [Discord](https://discord.gg/uTyJkNm). **[[utopian-moderator]](https://utopian.io/moderators)**
author | ms10398 |
---|---|
permlink | re-justyy-cointools-update-adding-news-feed-average-series-in-historical-graphs-20180318t110846792z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2018-03-18 11:08:45 |
last_update | 2018-03-18 11:08:45 |
depth | 1 |
children | 0 |
last_payout | 2018-03-25 11:08:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 173 |
author_reputation | 27,572,487,973,390 |
root_title | "CoinTools Update: Adding News Feed, Average Series in Historical Graphs" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 45,119,447 |
net_rshares | 0 |
### Hey @justyy I am @utopian-io. I have just upvoted you! #### Achievements - WOW WOW WOW People loved what you did here. GREAT JOB! - Seems like you contribute quite often. AMAZING! #### Community-Driven Witness! I am the first and only Steem Community-Driven Witness. <a href="https://discord.gg/zTrEMqB">Participate on Discord</a>. Lets GROW TOGETHER! - <a href="https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1">Vote for my Witness With SteemConnect</a> - <a href="https://v2.steemconnect.com/sign/account-witness-proxy?proxy=utopian-io&approve=1">Proxy vote to Utopian Witness with SteemConnect</a> - Or vote/proxy on <a href="https://steemit.com/~witnesses">Steemit Witnesses</a> [](https://steemit.com/~witnesses) **Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x**
author | utopian-io |
---|---|
permlink | re-justyy-cointools-update-adding-news-feed-average-series-in-historical-graphs-20180318t121251713z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2018-03-18 12:12:51 |
last_update | 2018-03-18 12:12:51 |
depth | 1 |
children | 0 |
last_payout | 2018-03-25 12:12:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,061 |
author_reputation | 152,955,367,999,756 |
root_title | "CoinTools Update: Adding News Feed, Average Series in Historical Graphs" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 45,128,078 |
net_rshares | 0 |