# Clone
$ git clone https://github.com/waleedahmad/NodeScheduler.git
# Install depdendencies
$ npm install
# Install nodemon globally
$ npm install -g nodemon
# Build Frontend code and watch for changes
$ npm run watch
# App configuration
$ cp ./config/default_example.json ./config/default.json
# Add configuration to ./config/default.json
# callbackURL must match Facebook app setting
# valid redirect URIs
{
"appId" : "YOUR_APP_KEY",
"appSecret" : "YOUR_APP_SECRET",
"sessionSecret" : "EXPRESS_SESSION_SECRET",
"callbackURL" : "https://127.0.0.1:8888/auth/facebook/callback",
"scheduler_timezone" : "Asia/Karachi"
}
# Run web server
$ npm run dev-server
-
Notifications
You must be signed in to change notification settings - Fork 24
Post scheduler for Facebook pages built with Node.js and React
waleedahmad/NodeScheduler
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Post scheduler for Facebook pages built with Node.js and React
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published