https://github.com/sambhav2612/opengenus
CLI tool for finding webpage size and <a> tags count
https://github.com/sambhav2612/opengenus
Last synced: 2 months ago
JSON representation
CLI tool for finding webpage size and <a> tags count
- Host: GitHub
- URL: https://github.com/sambhav2612/opengenus
- Owner: sambhav2612
- License: apache-2.0
- Created: 2018-06-14T04:33:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-08T04:25:51.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T01:36:28.803Z (4 months ago)
- Language: JavaScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# opengenus
CLI tool for finding webpage size and <a> tag count
## Usage
```bash
$ node src/index.js# example
$ node src/index.js https://facebook.com
```### Dependencies
- [jsdom](https://github.com/jsdom/jsdom)
### See Also
Format = (Question)(Anwser)
- [how to get length/size of a webpage using javascript](https://stackoverflow.com/a/33361054)
- [Count all on html page](https://stackoverflow.com/a/21811795)### License
Apache-v2.0