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
- Host: GitHub
- URL: https://github.com/v-braun/hero-scrape-web
- Owner: v-braun
- License: mit
- Created: 2018-12-02T10:42:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-03T20:20:04.000Z (almost 7 years ago)
- Last Synced: 2025-01-15T20:20:54.907Z (9 months ago)
- Topics: fastimage, hero, hero-image, hero-scrape, main-imag, webscrap, webscraper
- Language: JavaScript
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

[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).