Closed ivanseidel closed 10 years ago
ParseSync Module to sync with Parse.com model. Run app with flags:
-ParseSyncer.APP_ID <PARSE_APP_ID> --ParseSyncer.API_ID <PARSE_API_ID> --ParseSyncer.category <league.subleague> --ParseSyncer.username <login> --ParseSyncer.password <password> --ParseSyncer.interval <in_minutes>
-ParseSyncer.APP_ID <PARSE_APP_ID>
--ParseSyncer.API_ID <PARSE_API_ID>
--ParseSyncer.category <league.subleague>
--ParseSyncer.username <login>
--ParseSyncer.password <password>
--ParseSyncer.interval <in_minutes>
Backup Module to dump ALL models and save to JSON file every X period. Run app with flags:
X
--backup.interval 10 --backup.path "<relative_to_cwd>" --backup.prefix "prefixed_"
--env.APP_NAME "My League"
--env.PASSWORD "<pwd>"
remove:best.remove:worst.sum
Added
ParseSync Module to sync with Parse.com model. Run app with flags:
-ParseSyncer.APP_ID <PARSE_APP_ID>
--ParseSyncer.API_ID <PARSE_API_ID>
--ParseSyncer.category <league.subleague>
--ParseSyncer.username <login>
--ParseSyncer.password <password>
--ParseSyncer.interval <in_minutes>
Backup Module to dump ALL models and save to JSON file every
X
period. Run app with flags:--backup.interval 10 --backup.path "<relative_to_cwd>" --backup.prefix "prefixed_"
--env.APP_NAME "My League"
--env.PASSWORD "<pwd>"
to enable it. Views and GET/FIND methods will still work without authentication. Fixes #5.Fixed/Improved
remove:best.remove:worst.sum
. Or, custom JS method.