https://github.com/chrismichaelps/101fullstackdevspr
Application focused on managing notifications, notify when jobs are published, events; So the user can filter and apply to some of these options when they are present. The users will be able to register the application and they will be able to apply to the jobs directly from the received notifications.
https://github.com/chrismichaelps/101fullstackdevspr
desktop-application electron-app full-stack javascript vuejs webapp website
Last synced: about 1 month ago
JSON representation
Application focused on managing notifications, notify when jobs are published, events; So the user can filter and apply to some of these options when they are present. The users will be able to register the application and they will be able to apply to the jobs directly from the received notifications.
- Host: GitHub
- URL: https://github.com/chrismichaelps/101fullstackdevspr
- Owner: chrismichaelps
- Created: 2018-11-02T15:32:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-17T00:03:59.000Z (over 7 years ago)
- Last Synced: 2025-10-30T22:40:07.075Z (8 months ago)
- Topics: desktop-application, electron-app, full-stack, javascript, vuejs, webapp, website
- Language: JavaScript
- Homepage:
- Size: 494 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 101FullStackDevelopersPR :fire: 😸 (IN PROGRESS)
**Front-End**
- Vuejs/Vuex
**Vue-Plugins**
- Electronjs
**Facebook Graph API [Configuration]**
Create index.js file in src/FacebookAuth folder and add this scripts ...
```javascript
import { FACEBOOK_APP_ID } from '../config/env';
export const facebookAuth = () =>{
window.fbAsyncInit = function() {
FB.init({
appId: FACEBOOK_APP_ID,
autoLogAppEvents: true,
xfbml: true,
version: 'v3.2'
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "https://connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
}
```
**Author**
-----------------
Development Lead
- Chris M. Perez Santiago chris.perez@upr.edu | chrisperezsantiago1@gmail.com