Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 355 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 355 Bytes

NOTIFIT Javascript SDK

NOTIFIT

This Javascript package creates layer to communicate with NOTIFIT back-end.

How to use it

Install it

npm install notifit

You can test it

cd node_modules/notifit
npm test

Require it

var sdk = require('notifit')