GitXplorerGitXplorer
r

bzse

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
be28b3986b1ce88ef8837e5a7396fdbd40fed2da

allow spaces to seperate symbols

committed 10 years ago
Unverified
c118b155617599926c6f8d6a38aaca05af0c0791

toast when unable to connect to api

committed 10 years ago
Unverified
0c80bfd343ef35d9feac49003f24354eca94e9ef

link to code

committed 10 years ago
Unverified
9a0078d3f0a7c38589ea4fa283a3f78248e65440

allow requests to benzinga api

committed 10 years ago
Unverified
3576d8ae7a7f91f4490148a7deac2f4603b62628

change cookie storage to lessen chance of overflow

committed 10 years ago
Unverified
aa76ffef1a0c02123a031ffb73c732f177cf9c84

add more mock data

committed 10 years ago

README

The README file for this repository.

BZSE

About

BZSE (Benzinga Stock Exchange) is a stock portfolio management app built with AngularJS (v1.3.15) as a coding excercise. It is not connected to live stock market data and is only intended for demonstration purposes.

The app is running at http://bzse.ryangallen.com/. Because it is a demo, only the following stock symbols are available:

  • AAPL (Apple)
  • F (Ford Motor Co.)
  • GE (General Electric)
  • GOOG (Google)
  • JNJ (Johnson & Johnson)
  • MSFT (Microsoft)
  • NFLX (Netflix)

Liscense

The MIT License (MIT)

Copyright (c) 2017 Ryan Allen

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.