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

https://github.com/fandreuz/godaft

Go client for daft.ie
https://github.com/fandreuz/godaft

Last synced: about 2 months ago
JSON representation

Go client for daft.ie

Awesome Lists containing this project

README

          

# godaft

Go client for [daft.ie](https://www.daft.ie/).

## Getting started

### Installation

Within a Go project directory:

```bash
go get github.com/fandreuz/godaft@v0.0.1
```

### Usages

Simple example usages are available in [demo/main.go](demo/main.go).

## Disclaimer

I'm not responsible for how you may decide to use this software. The API
exposed by daft.ie is unauthenticated and loosely maintained. Thus, it may be
discontinued or broken at any moment.

This client is heavily inspired by
[daftlistings](https://github.com/AnthonyBloomer/daftlistings), which provides
the same functionality in Python.