Skip to content

Commit

Permalink
cleanup befor tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Johns committed Mar 10, 2016
1 parent 6921d9a commit fc22fc4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
9 changes: 6 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ Alerts for friends weekly stock trading activities.
- getFriendsListForUser
- getTradeTransactionsForUser

## Usage


## API
getFriendsTradingAlerts(userId)

## Usage
getFriendsListForUser is mocked to just take "f1" as the only parameter that will give a valid return.

const friendAlerts = require('./index.js');
console.log("ALERTS", friendAlerts("f1"));
3 changes: 0 additions & 3 deletions src/test.js

This file was deleted.

0 comments on commit fc22fc4

Please sign in to comment.