/social-network-integration

An application that aggregates Social Media information from Facebook, Twitter, etc

Primary LanguageJavaScript

WEBRES - Sprint 3 - Social Media Aggregation Application

This repo contains the following information:

  1. Our code for the application

Install

To install the application onto your machine follow the following links:

  1. Git pull
  2. Create a .env file. This file needs to include the following information:
  3. Facebook App ID
  4. Facebook App Secret
  5. Twitter App ID
  6. Twitter App Secret
  7. Twtiter Access Token
  8. Twitter Token Secret
  9. Instagram App ID
  10. Instagram App Secret
  11. Google App ID
  12. Google App Secret
  13. Mongo Database URL (This project used MLab).
  14. npm install
  15. npm start

Using jshint, would recommemd installing the linter-jshint package from Atom. apm install linter-jshint

Run

  1. npm start
  2. Go to localhost:8080/ for the home page
  3. Log in wither eith Twitter, Facebook, Instagram or Google. Once logged in you are able to link accounts.

Test

To test the database connection and return data you should run npm run db-test