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

https://github.com/seamia/gurl

it's like curl ... but different
https://github.com/seamia/gurl

Last synced: over 1 year ago
JSON representation

it's like curl ... but different

Awesome Lists containing this project

README

          

# gurl

> it's like `curl` on mesculine =)

## Install

```sh
# install go, dep
go get github.com/seamia/gurl
cd ${GOPATH}/src/github.com/seamia/gurl
dep ensure
go build
go install
ln -s ${GOPATH}/bin/gurl /usr/local/bin/gurl
```

## Example

```shell script
see ${GOPATH}/src/github.com/seamia/gurl/sample
```

## Usage

## Configuration and Customization