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

https://github.com/v-braun/hero-scrape-web

Webapp for hero-scrape
https://github.com/v-braun/hero-scrape-web

fastimage hero hero-image hero-scrape main-imag webscrap webscraper

Last synced: 8 months ago
JSON representation

Webapp for hero-scrape

Awesome Lists containing this project

README

          

# hero-scrape-web
> Demo WebApp for [hero-scrape](https://travis-ci.org/v-braun/hero-scrape.svg?branch=master)

By [v-braun - viktor-braun.de](https://viktor-braun.de).

## Description
For details about [hero-scrape](https://github.com/v-braun/hero-scrape) see the repo [v-braun/hero-scrape](https://github.com/v-braun/hero-scrape)

## Run (dev)

```bash
npm run serve-all
```

## Run (docker)

```bash
docker-compose up
```

## Related Projects
- [hero-scrape](https://github.com/v-braun/hero-scrape) The lib
- [fastimage](https://github.com/rubenfonseca/fastimage/) Finds the type and/or size of a remote image given its uri, by fetching as little as needed.
- [goquery](https://github.com/PuerkitoBio/goquery) A little like that j-thing, only in Go.

## Known Issues

If you discover any bugs, feel free to create an issue on GitHub fork and
send me a pull request.

[Issues List](https://github.com/v-braun/hero-scrape-web/issues).

## Authors

![image](https://avatars3.githubusercontent.com/u/4738210?v=3&s=50)
[v-braun](https://github.com/v-braun/)

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

## License

See [LICENSE](https://github.com/v-braun/hero-scrape-web/blob/master/LICENSE).