Skip to content
forked from timcraft/noko

Ruby client for Version 2 of the Freckle API

License

Notifications You must be signed in to change notification settings

cheerful/freckles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

freckles

Gem Version Build Status

Ruby client for Version 2 of the Freckle/Noko API.

Install

Install using RubyGems:

$ gem install freckles

Add it to your Gemfile and install using Bundler:

gem 'freckles', require: 'freckle'

Clone the repository:

git clone git@github.com:timcraft/freckles.git

Quick start

require 'freckle'

freckle = Freckle::Client.new(token: 'YOUR PERSONAL ACCESS TOKEN')

freckle.get_projects.each do |project|
  puts project.name
end

About

Ruby client for Version 2 of the Freckle API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%