lfm

command module
v0.0.0-...-57ff362 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 10, 2015 License: MIT Imports: 5 Imported by: 0

README

lfm

lfm is a last.fm client written in go

Usage

Inside a root of project run

 go build
 go install

To list what users have been listening, you can issue

 lfm -u goranche,poohica,milann89 -p 12month

To get top tracks from artist you can run

lfm -a Drake

Currently working on piping commands so you can do things like this

lfm -t rap | lfm -a Drake

Idea

I created this project cause I wanted to learn go. I will try to cover as much of the language as possible. That is why some parts of the code will be overengineered. Topics I want to cover are:

  • basic structures
  • concurency
  • io
  • testing
  • logging
  • regex
  • json
  • package organization
  • os tooling
  • go lang patterns

License

The MIT License (MIT) - see LICENSE for more details

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL