Giter Site home page Giter Site logo

williamli / trello-calendar Goto Github PK

View Code? Open in Web Editor NEW

This project forked from francois2metz/trello-calendar

0.0 2.0 0.0 606 KB

A calendar for Trello with all your cards with a due date.

Home Page: https://trellocalendar-francois2metz.dotcloud.com/

License: GNU Affero General Public License v3.0

trello-calendar's Introduction

Calendar for Trello

A calendar with all cards shown by due date.

It provides both HTML calendar and ics feeds.

If you have any features suggestion, post on the Trello board: https://trello.com/board/trello-calendar/4f0d53d03ca0f7f83f03cad0.

The hosted version: https://trellocalendar-francois2metz.dotcloud.com/

Install

Check that you have node and redis.

npm install

NODE_ENV=production ./bin/trellocalendar

Go to http://localhost:4000.

Configuration

Copy config.json.sample to config.json.

Edit config.json and add the current url. Default is http://localhost:4000

"url": "http://localhost:4000"

Trello

Edit config.json and enter the key and secret from https://trello.com/1/appKey/generate.

"trello": {
  "token": {
    "name": "Calendar for Trello",
    "expiration": "never",
    "scope": "read,write"
  },
  "key": "",
  "secret": ""
}

Redis

If you have some specific redis conf, you can also add the host, port and pass.

Add to config.json

"redis": {
     "host": "",
     "port": "",
     "pass": ""
}

For old users of the HTML only page

The HTML/JS only page is no more available. If node is not your cup of tea, you can use the tag html-only.

Disclaimer

Trello is a registered trademark of Fog Creek Software, Inc. This service is not affiliated with Fog Creek Software, Inc.

License

(c) 2012 François de Metz

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

trello-calendar's People

Contributors

francois2metz avatar danlec avatar dparpyani avatar santouras avatar

Watchers

Willi#m ⬣ avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.