Encodes and decodes some of the web's most commonly used formats:
- JWT
- Base64
- Hex
- HTML
- Binary
- LZ Compression
Please visit the webapp to use. An NPM module is a work in progress.
The following shows how to get started with developing on this app
- Clone repository
$ git clone
- Install dependencies
$ npm install
- Compile project
$ npm run build
Browserify and Watchify are included as developer dependencies. You do not need them globally installed. Do note that you must run them via the npm scripts, as their respective commands are not available in your environment.
- Start static fileserver
npm start
http-server is included as a developer dependency, and will create a static fileserver to serve up the app.
- Development
npm run watch
This will enable Watchify, which will watch for any changes made to any javascript files associated with ./src/scripts/startup.js and bundle them into ./app/scripts/bundle.js