Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yordadev/fenrisjs

A NodeJS application that scrapes any links from a given input and outputs the results nicely into one of two files, external or internal file for further analysis.
https://github.com/yordadev/fenrisjs

analysis crawler link-collection link-crawler nodejs nodejs-application

Last synced: 10 days ago
JSON representation

A NodeJS application that scrapes any links from a given input and outputs the results nicely into one of two files, external or internal file for further analysis.

Awesome Lists containing this project

README

        

# FenrisS

FenrisJs is a simple NodeJS application that scrapes any links from a given domain and outputs the results nicely into one of two files, external or internal file for further analysis.

## Usage

```sh
node fenris.js https://example.com
```

## Notes

If you want to expand this project into a larger crawlere or spider, [This is where to look.](https://github.com/yordadev/FenrisJS/blob/38e352704c31033b2e59deb438392cdfd6e51dcd/fenris.js#L64)

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.