Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/louisbrunner/taupe
Simple gopher client (in Go)
https://github.com/louisbrunner/taupe
go gopher
Last synced: 4 days ago
JSON representation
Simple gopher client (in Go)
- Host: GitHub
- URL: https://github.com/louisbrunner/taupe
- Owner: LouisBrunner
- License: gpl-3.0
- Created: 2017-08-24T18:10:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-18T16:09:57.000Z (about 6 years ago)
- Last Synced: 2024-06-21T10:27:18.315Z (5 months ago)
- Topics: go, gopher
- Language: Go
- Homepage:
- Size: 728 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# taupe [![Build Status](https://travis-ci.org/LouisBrunner/taupe.svg?branch=master)](https://travis-ci.org/LouisBrunner/taupe) [![Coverage Status](https://coveralls.io/repos/github/LouisBrunner/taupe/badge.svg?branch=master)](https://coveralls.io/github/LouisBrunner/taupe?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/LouisBrunner/taupe)](https://goreportcard.com/report/github.com/LouisBrunner/taupe) [![GoDoc](https://godoc.org/github.com/LouisBrunner/taupe?status.svg)](https://godoc.org/github.com/LouisBrunner/taupe)
Simple gopher client (in Go)# Install it
```
go get -u github.com/LouisBrunner/taupe
```# Usage
Run the program with the server you want to visit, example:
```
taupe gopher://gopher.metafilter.com/
```## Screenshots
![MetaFilter Homepage](docs/screens/metafilter_home.png)
![MetaFilter FanFare](docs/screens/metafilter_fanfare.png)