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

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

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