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

https://github.com/geolffreym/eshop

Parallel e-commerce API query
https://github.com/geolffreym/eshop

Last synced: 2 months ago
JSON representation

Parallel e-commerce API query

Awesome Lists containing this project

README

        

# eShopGo (WIP)
eShop issues a search for products in parallel in the main electronic stores through asynchronous channels, it returns a single metadata scheme classified based on the search parameters.

More info:

[Go official](https://golang.org/cmd/go/#hdr-GOPATH_environment_variable)

### Set Environment variables
```export GOPATH=$HOME/myproject/```

```export GOBIN=$HOME/myproject/bin/```

```export GOROOT=/my/golang/root/install/dir/```

### Dependencies

To get dependencies just run:

``` go get ```

### Generate bin

```go install```

### Build and run

``` go run main.go ```

## Try the api

```curl "localhost:9000/products/?q={mysearch}"```