wmt-login
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

wmt-login

A module for implementing different login capabilities to node.js applications

Setting up the module

Building the module

The module uses Typescript compiler (TSC) to compile the source code. To build the project run the following command:

  • npm run build

Installing the module for testing

You can install the module into your own node.js project as a dependency. For testing purposes you can install using the following command:

  • npm install /absolute/path/to/modules/directory
  • i.e. -> npm install /Users/jclark/Documents/WorkProjects/custom-node-modules/wmt-login

Importing the module

Once you have the module installed you can import exported functions into your code like so:

import LogInWithPin from 'wmt-login'

Viewing ReactDocs

You can view the React Docs by entering the following command:

  • npm start

This will start a development server on localhost:6060 showing all the properties for the Hello World module

License

This project is licensed under the MIT License.

Readme

Keywords

none

Package Sidebar

Install

npm i wmt-login

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

29.4 kB

Total Files

23

Last publish

Collaborators

  • wmt-sdk