...Now recursively bundle up all the required modules starting at main.js into a single file called bundle.js with the browserify command. Browserify parses the AST for require() calls to traverse the entire dependency graph of your project. Drop a single <script> tag into your html and you're done! browserify is a tool for compiling node-flavored commonjs modules for the browser. You can use browserify to organize your code and use third-party libraries even if you don't use node itself in any other capacity except for bundling and installing packages with npm.
This tool is a CLI interface to query Twitter's API data to extract valuable information :
- Top 10 authors for a specific day
- Hashtags associated with a reference hashtag
- Top 10 hastags for a specific day
- Number of tweets during a specific period of a specific day for a specific author
- Number of tweets during a specific period of a specific day for a specific hashtag
- Number of tweets per city
- Display a graph of the number of tweets per city
BINViz(Bidirectional Interactive Network Visualization) is a JavaScript library for network and graph visualization. The goal of this tool is to provide a better way to visualize complex graphical models and the underlying data in a web-based environ
SpiderGraph will provide a fully working interactive history graph extension for Mozilla web browser. It will use the existing graphing
tool, and will improve its graph layout capabilities by using domain specific information about web pages.
SpiderGra