Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
iampavangandhi committed Sep 1, 2020
1 parent 29182a5 commit 01fbf89
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions helpers/emailHelper.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Email Helper Function

require("dotenv").config();
const nodemailer = require("nodemailer");

Expand Down
1 change: 1 addition & 0 deletions helpers/getCompanyNameAndLogo.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Get Stock Company symbol Function

const axios = require("axios");

module.exports = async function getCompanyNameAndLogo(symbol) {
Expand Down
1 change: 1 addition & 0 deletions helpers/getOverview.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Stock Overview Helper Function

const axios = require("axios");

module.exports = async function getOverview(symbol) {
Expand Down
2 changes: 1 addition & 1 deletion models/Share.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// Adding / Sharing History
// Sharing History

0 comments on commit 01fbf89

Please sign in to comment.