JSFiddle - React, Tailwind, and code Playground

by operatino

HTML

<script src="https://dl.dropboxusercontent.com/u/6594451/hoodie.min.js"></script>

JavaScript

hoodie = new Hoodie('http://hoodie-hoodie.nodejitsu.com/');


hoodie.account.signUp('[email protected]', 'secret');
hoodie.account.signIn('[email protected]', 'secret');

console.log(hoodie.account.username);