All Projects → mpetkov → Ng2 Finance

mpetkov / Ng2 Finance

Licence: mit
Finance dashboard using Yahoo's public APIs.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Ng2 Finance

d3-ng2-demo
Reusable visual power? A demo of using D3 version 4 with Angular 2+.
Stars: ✭ 53 (-64.43%)
Mutual labels:  d3, angular2
a2d3
Flexible and extensible D3 directives for Angular 2
Stars: ✭ 22 (-85.23%)
Mutual labels:  d3, angular2
Ngx Charts
📊 Declarative Charting Framework for Angular
Stars: ✭ 4,057 (+2622.82%)
Mutual labels:  angular2, d3
Ngx Joyride
Angular Joyride/Tour library
Stars: ✭ 135 (-9.4%)
Mutual labels:  angular2
Ngx Date Fns
⏳ date-fns pipes for Angular 2.0 and above ⏳
Stars: ✭ 135 (-9.4%)
Mutual labels:  angular2
Angular Cesium
JavaScript library for creating map based web apps using Cesium and Angular
Stars: ✭ 141 (-5.37%)
Mutual labels:  angular2
Vue Tree Chart
flexible tree chart using Canvas and Svg, powered by D3.js
Stars: ✭ 149 (+0%)
Mutual labels:  d3
Webapiclientgen
Strongly Typed Client API Generators generate strongly typed client APIs in C# .NET and in TypeScript for jQuery and Angular 2+ from ASP.NET Web API and .NET Core Web API
Stars: ✭ 134 (-10.07%)
Mutual labels:  angular2
Teamchatviz
#teamchatviz
Stars: ✭ 146 (-2.01%)
Mutual labels:  d3
Ionic3 Components
A project full of ionic 3 components and samples - to make life easier :)
Stars: ✭ 1,689 (+1033.56%)
Mutual labels:  angular2
Wikidata Graph Builder
Visualize Wikidata items using d3.js
Stars: ✭ 137 (-8.05%)
Mutual labels:  d3
Rid3
Reagent Interface to D3
Stars: ✭ 135 (-9.4%)
Mutual labels:  d3
Batchexplorer
A client tool to help create, debug and monitor Azure Batch Applications
Stars: ✭ 141 (-5.37%)
Mutual labels:  angular2
Coreui Free Bootstrap Admin Template
CoreUI is free bootstrap admin template
Stars: ✭ 11,038 (+7308.05%)
Mutual labels:  angular2
D3 Render
Declarative and reusable D3. Replace select, append, data and more with one function.
Stars: ✭ 147 (-1.34%)
Mutual labels:  d3
D3r
d3.js helpers for R
Stars: ✭ 133 (-10.74%)
Mutual labels:  d3
Networkgraph
基于D3.js的Neo4j网络图可视化(Visualization of Neo4j Network Graph Based on D3.js
Stars: ✭ 145 (-2.68%)
Mutual labels:  d3
Ng2 Search Filter
Angular 2 / Angular 4 / Angular 5 custom pipe npm module to make a search filter on any input, 🔥 100K+ downloads
Stars: ✭ 137 (-8.05%)
Mutual labels:  angular2
Scatterd3
R scatter plot htmlwidget based on D3.js
Stars: ✭ 135 (-9.4%)
Mutual labels:  d3
Amazing Time Picker
Timepicker (Clock Picker) for Angular 2, Angular 4 and Angular 5, Angular 6, Angular 7 - Compatible with Angular Material
Stars: ✭ 142 (-4.7%)
Mutual labels:  angular2

NG2 Finance

Build Status Coverage Status License: MIT Dependencies Status DevDependencies Status

Finance dashboard using Yahoo's public APIs.

*This is for demo purposes only, please don't rely on the prices provided.

Screenshot

Features

  • Search for any stock symbol to view historical data, summary, and news.
  • Add and remove stock symbols to favorites.
  • Stock data refreshes every 15 seconds in the background.
  • Settings are saved to local storage.
  • Fully responsive.
  • Continuous integration and code coverage with Travis CI and Coveralls.

Todo List

  • [ ] 100% code coverage
  • [ ] Convert to React
  • [ ] Add advanced chart options
  • [ ] Add a way to view more info about a stock
  • [ ] Create a markets overview page that displays movers, gainers, loser, etc

Quick Start

$ git clone https://github.com/mpetkov/ng2-finance.git
$ cd ng2-finance
$ npm install
$ npm install -g @angular/cli
$ ng serve
$ Navigate to http://localhost:4200/

Configuration

Default application server configuration

var PORT             = 4200;
var APP_BASE         = '/';

Configure at runtime

$ ng serve --host 0.0.0.0 --port 4201

Running tests

# Development. Your app will be watched by karma
# on each change all your specs will be executed.
$ ng test

# code coverage (istanbul)
# auto-generated at the end of `npm test`
# view coverage report:
$ ng test -sr -cc

License

The MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].