kaizensoze / node-github

[DEPRECATED] Node.js wrapper for GitHub API
https://kaizensoze.github.io/node-github/
MIT License
29 stars 5 forks source link

Is there an online link for node module? #110

Closed vydingding closed 8 years ago

vydingding commented 8 years ago

I would like to use it for node modules in var Client, to use for a heroku app deployed online. Is there any link for the module?

Ex: var Client = require("C:/Users/ACER Aspire/Thesis/node-js-getting-started/node_modules/github4/lib");, but this time an online link.

kaizensoze commented 8 years ago

There is not. You can't use npm with the heroku app? (I might be misunderstanding the question.)

vydingding commented 8 years ago

My project makes heroku links execute node commands. While I can do it locally, when I try to do it online, it just says internal server error.

kaizensoze commented 8 years ago

Ok I mean you could always just host it somewhere. I don't have any plans to host it anywhere other than npm though.