Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
# Nessie-JavaScript-SDK
##Synopsis

## Synopsis

Capital One Nessie API SDK written in JavaScript and wrapped in require-jquery. This SDK can be easily embedded in web apps.
##Installation for Web App

## Installation for Web App

1. Download the lib directory.
2. Save the library in the web project directory.
3. Include the library in the header of the project (double check your directory path!) as shown below:
```javascript
<script data-main="lib/capital_one" src="lib/require-jquery.js"></script>
```
##Usage

## Usage

1. Require the Nessie library you intend to use, within the function to execute after the DOM is ready.
2. Set the api key. With the api key set, you're ready to use to client to get any data that you need.
```javascript
Expand Down