An open API service indexing awesome lists of open source software.

https://github.com/incubated-geek-cc/browserify-demo

Demonstration of the Node module browserify.
https://github.com/incubated-geek-cc/browserify-demo

browser browserify client-side nodejs-modules

Last synced: 10 months ago
JSON representation

Demonstration of the Node module browserify.

Awesome Lists containing this project

README

          

# browserify-demo
### Demonstrating browserify tool at: https://geek-cc.medium.com/import-use-npm-modules-in-the-browser-easily-e70d6c84fc31

## Use-Case: Importing json-2-csv npm module as client-side JavaScript
### Client-side JavaScript file is run from the HTML file. At Demo folder: https://github.com/incubated-geek-cc/browserify-demo/tree/main/demo

## JSON⇆CSV Data Conversion

![Data Conversion](https://miro.medium.com/max/900/1*9fr4nrbDRwk8dnx3hf8hEg.gif)