FB Page posts fetcher for CSI NSIT
You will need
- Node.js (with NPM)
- Mysql
git clone <repo-url>this repo wherever you want- cd into this repo
npm install- IN db.js
- Change
testuserinusernameto<your-local-user>of mysql - Change
passwordinpasswordto<your-user-password> - Change
csitask1indatabaseto<your-database>In case you want to use another dialect instead ofMysql. Kindly look up inSequelizedocs to accomodate for the necessary changes.
- Change
This app uses environment variables to configure the Client ID and Secret needed to access Facebook's API. Start the server with those variables set to the appropriate credentials.
$ CLIENT_ID=__FACEBOOK_CLIENT_ID__ CLIENT_SECRET=__FACEBOOK_CLIENT_SECRET__ node server.js
Open your favourite browser and go to http://localhost:5400 to see it in action