Skip to content

Getting the tweets from Twitter and Page Post from Facebook

Notifications You must be signed in to change notification settings

hardik2792/social-feeds

Repository files navigation

MEAN Boiler Plate for Beginners

Purpose:

To get Feeds with provided hashtag from Twitter and Page Posts from Facebook using AngularJS(1.x.x), ExpressJS and NodeJS.

Prerequisites on Machine:

  1. Node JS
  2. npm (Node Package Manager) - Mostly gets installed at the time of nodejs installation
  3. bower - If not then Install it using
    $ npm install bower -g
  4. git(Repository Manager)
    $ sudo apt-get install git

Steps To Execute:

  1. Clone the Repo using

    $ git clone https://github.com/hardik2792/social-feeds.git
  2. Open Terminal, change the path to cloned project.

  3. Execute

    $ npm install
  4. After completion of above steps follow below Step

    $ bower install
  5. Now that, we have completed Application Setup an Application for Twitter as well as Facebook using developer Account and supply the required Secrets, Tokens, etc to /config/appConfig.js. NoW wE aRe Re@dY start the App.

  6. After successful execution of above steps, follow final step to Start the server

    $ npm start

    OR you can have below step if you have nodemon installed

    $ npm test
  7. Open your browser and paste the below Link

    localhost:4000

About

Getting the tweets from Twitter and Page Post from Facebook

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published