Skip to content

KeithTeesdale/BankAccountStarter-API-reference-app

 
 

Repository files navigation

Capitalone OAO Demo app

A simple starter project demonstrating on how to use capitalone public api to create an account.

Usage

  • Clone or fork this repository
  • Make sure you have node.js installed version 5+
  • Make sure you have NPM installed version 3+
  • WINDOWS ONLY run npm install -g webpack webpack-dev-server typings typescript to install global dependencies
  • run npm install to install dependencies
  • WINDOWS ONLY run npm run typings-install to install typings
  • run npm start to fire up dev server
  • open browser to http://localhost:8001

Debug

Although the reference application doesn’t write a formal log file, it does write all of the received JSON responses to the terminal window; you can use this information to match what you’re seeing in the app’s UI with the data the API is returning.

  • DEBUG=http npm start : starts the app in debug mode where you can see the request/responses from the app to api

Contributors

We welcome your interest in Capital One’s Open Source Projects (the “Project”). Any Contributor to the Project must accept and sign a CLA indicating agreement to the license terms. Except for the license granted in this CLA to Capital One and to recipients of software distributed by Capital One, You reserve all right, title, and interest in and to your Contributions; this CLA does not impact your rights to use your own contributions for any other purpose.

This project adheres to the Open Source Code of Conduct. By participating, you are expected to honor this code.

Contribution Guidelines

We encourage any contributions that align with the intent of this project and add more functionality or languages that other developers can make use of. To contribute to the project, please submit a PR for our review. Before contributing any source code, familiarize yourself with the Apache License 2.0 (LICENSE.txt), which controls the licensing for this project.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • CSS 45.7%
  • TypeScript 23.7%
  • HTML 22.2%
  • JavaScript 8.4%