amy-langley / socialite

social media connector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

socialite

Socialite will eventually be a tool for monitoring and posting to multiple social media networks.

Developing Socialite

To get your socialite development environment runnable, you need to do the following (assuming a working version of node/git):

  1. Pull from repository
  2. Make sure the database folder exists (mkdir database)
  3. npm install
  4. npm run bowertasks
  5. cp app/config grant-config.json.template grant-config.json
  6. cp app/config salt.json.template salt.json
  7. (optional) customize your password salt in salt.json
  8. Update grant-config.json with your API keys
  9. npm run dbtasks
  10. npm run seed

Alpha Screengrab

About

social media connector


Languages

Language:JavaScript 98.3%Language:HTML 1.7%