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

Add node-example #42

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add node-example #42

wants to merge 2 commits into from

Conversation

SergiyIvan
Copy link

I added the demo Node.js application that tabulates sin(x) function, plots graph and responses to the client with the image of the graph. Added bash scripts to build and run the application and the README.md file with instructions and description.

@@ -0,0 +1,99 @@
const plotly = require('plotly')('username', 'api_key');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can the example use plotly offline (without auth) or another graph library that doesn't require accounts?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Plotly cannot be used offline. I'll use another library that doesn't require online accounts

Copy link
Contributor

@shelajev shelajev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please figure out how to graph things without using online accounts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants