Skip to content

uikolas/LT-eshops-search

Repository files navigation

LT-eshops-search

Image

Simple web crawler. Pass keyword, and crawler will attempt search in registered stores, and returns products. Found products are returned in JSON format. Example response can be found here

If you want just want API (without twig and front end.) go here

Built on Symfony 4 with:

Install:

git clone https://github.com/uikolas/LT-eshops-search.git

composer install

If you want to quickly test it.

Then go to public folder and run: php -S 127.0.0.1:8000

And then you can go to: http://127.0.0.1:8000/search?keyword=iphone x

where keyword you can pass any keyword for search.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published