Example GET facebook feed using nodeJS. demo
- Git
- docker
- docker-compose
Use the package manager
# Get the latest snapshot
git clone git@github.com:winarcooo/facebook-feed.git
# Change directory
cd facebook-feed
# Install NPM dependencies
npm install
# Update .env file with own credentials
# Then simply start your app
docker-compose up
# Open browser hit localhost:3000
point to http://localhost:3000
This project deployment using circleCI and Heroku as example production enviroment.