https://github.com/raybb/eckerdevents
Aggregates all the Facebook events from different pages and shows them in one convenient location.
https://github.com/raybb/eckerdevents
Last synced: 3 months ago
JSON representation
Aggregates all the Facebook events from different pages and shows them in one convenient location.
- Host: GitHub
- URL: https://github.com/raybb/eckerdevents
- Owner: RayBB
- License: gpl-3.0
- Created: 2017-01-08T20:12:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-31T18:22:31.000Z (over 7 years ago)
- Last Synced: 2025-01-24T21:35:33.100Z (4 months ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EckerdEvents
Aggregates all the Facebook events from different pages and shows them in one convenient location.
[Live Demo Here](https://raybb.github.io/EckerdEvents/?all)On the back-end, this uses AWS Lambda to pull the events from a list of Facebook Pages every 24 hours.
Those events are then put into a Firebase Database.On the front-end, the current events are pulled from firebase and the page is generated using Vue.jS.
To run this program you must put your facebook access token and firebase Certificate in the config.json file. See config_demo.json.
## Dependencies
[request](https://github.com/request/request),
[FireBase Admin](https://www.npmjs.com/package/firebase-admin),
[Wookmark](https://github.com/germanysbestkeptsecret/Wookmark-jQuery),
[Material Design Lite](https://github.com/google/material-design-lite),
[Vue.js](https://vuejs.org/),