This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using MongoDB.Bson; | |
using MongoDB.Driver; | |
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; | |
namespace LocomotiveParser | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env node | |
// Based on: https://gist.github.com/mashihua/2952814 | |
// get it here https://trello.com/app-key | |
var key = "your_key"; | |
// generate one here https://developers.trello.com/authorize | |
var token = "your_token"; | |
var repo_link = "http://gitlab/group/repo" | |
// get it here https://trello.com/b/xxxxxxx/board.json |