Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nodecloud-web coded for azure only and not for other cloud providers. #41

Open
Vineet-Sharma29 opened this issue Feb 2, 2020 · 0 comments

Comments

@Vineet-Sharma29
Copy link
Contributor

Vineet-Sharma29 commented Feb 2, 2020

nodecloud-web provides interface for nodecloud. But it seems to coded out for azure only.

in server/routes/getservices, its coded as follows:-

const nodeCloud = require("nodecloud");

const provider = nodeCloud.getProviders();
const vm = provider.azure.compute();
const network = provider.azure.network();
const blob = provider.azure.blob();

If its a issue would like work on it. Maintainers, can I work on it?

@Vineet-Sharma29 Vineet-Sharma29 changed the title nodecloud-web coded for azure only not other cloud providers. nodecloud-web coded for azure only and for not other cloud providers. Feb 2, 2020
@Vineet-Sharma29 Vineet-Sharma29 changed the title nodecloud-web coded for azure only and for not other cloud providers. nodecloud-web coded for azure only and not for other cloud providers. Feb 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant