Skip to content

outspaced/giggacounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Giggacounter

Giggacounter is a simple Kohana 3 module that takes the user gigography APIs from Songkick and Last.fm and draws bar charts based on the chosen breakdown of the user's gig attendance.

HOSTED DEMO

There is a hosted demo at http://giggacounter.outspaced.com/

USAGE

Giggacounter can be installed using Composer, just add these instructions to your composer.json:

{
        "repositories": [
                {
                        "type": "vcs",
                        "url": "git@github.org:outspaced/giggacounter.git"
                }
        ],
        "require": {
                "outspaced/giggacounter": "dev-master",
        }
}

Once installed, it is necessary to add API keys for Songkick and Last.FM in order to use.

These keys must be added to giggacounter/config/giggacounter.php.

Once this is done, it is just a case of enabling the module (plus the cache module) and navigating to <yoururl>/giggacounter/ - no other set up should be necessary.

COPYRIGHT

Author: Alex Brims <alex.brims@gmail.com> Copyright: © Alex Brims 2014 Licence: GNU GPL v3.0

About

A Kohana 3 module that produces charts from a user's gigography on Last.FM or Songkick

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published