Skip to content

A simple node.js wrapper for Plot.ly's REST API

Notifications You must be signed in to change notification settings

arjunpola/plotly-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A simple node.js wrapper for the Plotly API.

Installation

npm install plotly

Usage

var plotly = require('plotly');

There are two main functions, all arguments are required.

plotly.signup('desired_username', '[email protected]')
plotly.plot(data, username_or_email, api_key, kwargs)`

About

A simple node.js wrapper for Plot.ly's REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published