Skip to content

Commit

Permalink
ft(sharing-articles):user-can-share-articles-on-socialMedias
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Rukundo authored and EmyRukundo committed Jul 1, 2019
1 parent 28c0010 commit 6a33cfc
Show file tree
Hide file tree
Showing 12 changed files with 626 additions and 44 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ NODE_ENV=
PORT=
DATABASE_URL=
DEV_DATABASE_URL=
APP_URL_FRONTEND=
DATABASE_TEST_URL=
AUTHOSHAVEN_USER=
AUTHOSHAVEN_PASS=
Expand Down
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
env:
global:
- APP_URL_FRONTEND=http://localhost:3000/api
language: node_js
node_js:
- 'stable'
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"multer": "^1.4.1",
"node-cron": "^2.0.3",
"nodemailer": "^6.2.1",
"open": "^6.3.0",
"passport": "^0.4.0",
"passport-facebook": "^3.0.0",
"passport-google-oauth20": "^2.0.0",
Expand All @@ -55,6 +56,7 @@
"request": "^2.88.0",
"sequelize": "^5.8.7",
"slug": "^1.1.0",
"social-share": "^0.1.0",
"swagger-ui-express": "^4.0.6",
"underscore": "^1.9.1",
"uniqid": "^5.0.3"
Expand Down
Loading

0 comments on commit 6a33cfc

Please sign in to comment.