nxmix-api

1.0.0 • Public • Published

nxmix-api

NPM version Build status Dependency Status License Downloads

just an api wrapper for nxmix

Usage

 
'use strict';
 
const NXAPI = require('.')('foo', 'bar');
 
const nx = new NXAPI();
 
nx.calendar(20130401, 20130604).then(res => console.log(res.body));
 

/nxmix-api/

    Package Sidebar

    Install

    npm i nxmix-api

    Weekly Downloads

    1

    Version

    1.0.0

    License

    GPL

    Last publish

    Collaborators

    • zhuangya