Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willis7/fifty-cal
WIP - An ebay auction sniper written in Go
https://github.com/willis7/fifty-cal
ebay
Last synced: 1 day ago
JSON representation
WIP - An ebay auction sniper written in Go
- Host: GitHub
- URL: https://github.com/willis7/fifty-cal
- Owner: willis7
- License: mit
- Created: 2017-02-18T17:52:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-18T20:31:04.000Z (over 2 years ago)
- Last Synced: 2024-06-19T02:11:04.565Z (6 months ago)
- Topics: ebay
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 13
- Watchers: 1
- Forks: 7
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fifty-cal
[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)
[![Build Status](https://travis-ci.org/willis7/fifty-cal.svg?branch=master)](https://travis-ci.org/willis7/fifty-cal)
[![Coverage Status](https://coveralls.io/repos/github/willis7/fifty-cal/badge.svg?branch=master)](https://coveralls.io/github/willis7/fifty-cal?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/willis7/fifty-cal)](https://goreportcard.com/report/github.com/willis7/fifty-cal)An ebay auction sniper written in Go
## Installation
With Go installed, run:
make start
## Usage
TODO: Write usage instructions
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D## Credits
This project is inspired by the book Growing Object-Oriented Software, Guided by Tests (Beck Signature)
## License
MIT