0.0.3 • Published 8 years ago
@pepe.black/chumm-uffa-interface v0.0.3
chumm-uffa-interface
A Node.js module that encapsulate the communication interface to the chumm-uffa backend
Installation
npm install @pepe.black/chumm-uffa-interface --save
yarn add @pepe.black/chumm-uffa-interface
bower install @pepe.black/chumm-uffa-interface --save
Usage
TypeScript
import { createLoginRequest } from 'chumm-uffa-interface';
console.log(createLoginRequest("my@email.ch", "password"))
Output should be '{email: my@email.ch, password: password}'
Test
npm run test