dscape / superdupernodes

Node.js cron jobs to fetch and store json in MarkLogic about MarkLogic most influential community members

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing

  # Install node
  npm install
  # Configure where mljson lives
  mv config/marklogic.js.example config/marklogic.js
  vi config/marklogic.js
  # Rename .example's to .js
  mv config/markmail.js.example config/markmail.js
  mv config/meetup.js.example config/meetup.js
  mv config/express.js.example config/express.js
  # Add API key to meetup
  vi config/meetup.js

Running

  # Run the scripts
  ./run_jobs

About

Node.js cron jobs to fetch and store json in MarkLogic about MarkLogic most influential community members


Languages

Language:JavaScript 100.0%