Alerts for friends weekly stock trading activities.
- getFriendsListForUser
- getTradeTransactionsForUser
getFriendsTradingAlerts(userId)
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"));