UNPKG
node-plotly
Version:
latest (1.0.0)
1.0.0
An un-official plot.ly API client
github.com/kiasaki/node-plotly
kiasaki/node-plotly
node-plotly
/
test.js
6 lines
(3 loc)
•
143 B
JavaScript
View Raw
1
2
3
4
5
6
process.env.NODE_TLS_REJECT_UNAUTHORIZED =
"0"
;
global
.PlotlyAPI =
require
(
'./index'
);
global
.PlotlyAPI.
config
({
host
:
'api-local.plot.ly'
});