|
@@ -1,5 +1,15 @@
|
1
|
1
|
# Stockr
|
2
|
2
|
<p text-align="center"><img width="200" src="https://camo.githubusercontent.com/408aec364a32a24cbce1f326313f7ebac34cc06b/68747470733a2f2f6172617361746173617967696e2e6769746875622e696f2f6f70656e6c6f676f732f6c6f676f732f73746570732e6a7067"/"></p>
|
|
3
|
+<p align="center">
|
|
4
|
+ <a href="https://circleci.com/gh/vuejs/vue/tree/dev"><img src="https://img.shields.io/circleci/project/vuejs/vue/dev.svg" alt="Build Status"></a>
|
|
5
|
+ <a href="https://codecov.io/github/vuejs/vue?branch=dev"><img src="https://img.shields.io/codecov/c/github/vuejs/vue/dev.svg" alt="Coverage Status"></a>
|
|
6
|
+ <a href="https://npmcharts.com/compare/vue?minimal=true"><img src="https://img.shields.io/npm/dm/vue.svg" alt="Downloads"></a>
|
|
7
|
+ <a href="https://www.npmjs.com/package/vue"><img src="https://img.shields.io/npm/v/vue.svg" alt="Version"></a>
|
|
8
|
+ <a href="https://www.npmjs.com/package/vue"><img src="https://img.shields.io/npm/l/vue.svg" alt="License"></a>
|
|
9
|
+ <a href="https://chat.vuejs.org/"><img src="https://img.shields.io/badge/chat-on%20discord-7289da.svg" alt="Chat"></a>
|
|
10
|
+ <br>
|
|
11
|
+ <a href="https://saucelabs.com/u/vuejs"><img src="https://saucelabs.com/browser-matrix/vuejs.svg" alt="Sauce Test Status"></a>
|
|
12
|
+</p>
|
3
|
13
|
|
4
|
14
|
Stockr (pronounced `/ˈstôkər/`, like stalker), is a data-driven platform utilizing natural language processing regression techniques to model predictive and historical indicators on stock valuation in real time.
|
5
|
15
|
|