Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 924 Bytes

readme.md

File metadata and controls

24 lines (15 loc) · 924 Bytes

Imgur CLI tool

A simple tool that allows you to list and open up the top images from imgur by hitting the imgur gallery API endpoint. Some of the code is documented.

Running this

Just do go run imgur-fetcher.go

Todo

  • Add Pagination and display 25 results at a time
  • Don't kill off the process after choosing a number
  • Handle any non-integer inputs
  • Handle out-of-range numbers

Contributing

This is a small thing built at the Cape Town Go meetup to understand some of the concepts of Go. If you're keen to add anything from the todo list, or something like a few test introductions then feel free to submit a PR.

Contributors/participants