1.0.3 • Published 7 years ago

crypto-simulator-form v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Crypto Simulator Form

npm version build status

The package is based on react-npm-boilerplate It includes linting with ESLint and testing with Mocha, Enzyme and JSDOM.

Usage

  1. Inside your project npm install crypto-simulator-form
  2. import Simulador from 'crypto-simulator-form';
  3. <Simulador uri="service URL" serverAddress="http://serverXYZ"/>
  4. The informed server must return the encrypted data as querystring
  5. It will send the data defined to the endpoint you want and redirect you after to the server you informed with the querystring appended.<Simulador uri="service URL" serverAddress="http://serverXYZ"/>

Render

Alt text