To get Feeds with provided hashtag from Twitter and Page Posts from Facebook using AngularJS(1.x.x), ExpressJS and NodeJS.
- Node JS
npm
(Node Package Manager) - Mostly gets installed at the time of nodejs installationbower
- If not then Install it using$ npm install bower -g
git
(Repository Manager)$ sudo apt-get install git
-
Clone the Repo using
$ git clone https://github.com/hardik2792/social-feeds.git
-
Open Terminal, change the path to cloned project.
-
Execute
$ npm install
-
After completion of above steps follow below Step
$ bower install
-
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. -
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
-
Open your browser and paste the below Link
localhost:4000