Skip to content

A simple and collaborative checklist for items that must be accomplished/bought

License

Notifications You must be signed in to change notification settings

Llamatech/listify

Repository files navigation

ListHub

A simple and collaborative checklist for items that must be accomplished/buyed

Project info

License

Build status

CircleCI Coverage Status dependencies Status

Settings and configurations

This app depends on Facebook, Google and Twitter API integration, which includes OAuth authentication, this means that to use this app, you must generate an OAuth API key per each service. Then it is essential to create a settings-development.json file, which should look like this:

{
  "public": {},
  "private": {
    "oAuth": {
      "facebook": {
        "appId": "<Your App ID>",
        "secret": "<Your App secret>"
      },
      "github": {
        "clientId": "",
        "secret": ""
      },
      "google": {
        "clientId": "<Your Client ID>",
        "secret": "<Your Client Secret>"
      },
      "twitter": {
        "consumerKey": "<Your Consumer Key>",
        "secret": "<Your consumer secret>"
      }
    }
  }
}

The callback url should be declared as http://localhost:3000 - http://127.0.0.1:3000

Deploying and installation

To deploy this application, you need to install meteor and node.js. After satisfying both requierements, please execute:

meteor npm install
npm run

See it in action at: http://localhost:3000

Screenshot and sample image

alt tag

Demo video

See a demo of the app here: https://youtu.be/nQBC7rRq__g