Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/francois2metz/trello-calendar
A calendar for Trello with all your cards with a due date.
https://github.com/francois2metz/trello-calendar
Last synced: 18 days ago
JSON representation
A calendar for Trello with all your cards with a due date.
- Host: GitHub
- URL: https://github.com/francois2metz/trello-calendar
- Owner: francois2metz
- License: agpl-3.0
- Created: 2012-01-10T23:22:42.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2020-08-21T22:38:33.000Z (about 4 years ago)
- Last Synced: 2024-04-15T12:18:06.698Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 439 KB
- Stars: 254
- Watchers: 28
- Forks: 41
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
## 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.