Skip to content

hackily/common-web-codec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encodes and decodes some of the web's most commonly used formats:

  • JWT
  • Base64
  • Hex
  • HTML
  • Binary
  • LZ Compression

Use

Please visit the webapp to use. An NPM module is a work in progress.

Development

The following shows how to get started with developing on this app

  1. Clone repository
$ git clone
  1. Install dependencies
$ npm install
  1. 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.

  1. Start static fileserver
npm start

http-server is included as a developer dependency, and will create a static fileserver to serve up the app.

  1. 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

About

Encodes and decodes some of the web's most commonly used formats

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages