Strider-CD / strider-github

Github provider for strider
25 stars 34 forks source link

use the github npm module #1

Open jaredly opened 10 years ago

jaredly commented 10 years ago

instead of rolling our own https://github.com/mikedeboer/node-github

niallo commented 10 years ago

Yeah, good call. I don't think that existed when I started Strider so I had to write my own :-P

knownasilya commented 9 years ago

@jaredly @niallo does the proposed alternative support arbitrary SSH Keys (their docs aren't the best..)?

jaredly commented 9 years ago

We would still need our own git-push logic (via Gitane). But their github api stuff is pretty solid.

knownasilya commented 9 years ago

Ok, so the idea was to replace the API logic, but keep the wrapper (so to not remove gitane).