Project

hublingo

0.0
No commit activity in last 3 years
No release in over 3 years
Seek the languages they love
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 4.7.3
>= 0

Runtime

= 2.7.1
 Project Readme

HUBLINGO

A fun project to retrieve the favourite languages of Github users.

Use inside your favourite Rails/Sinatra/Rack application.

The gem uses your Github application id and secret to retrieve data: in this scenario they should be stored in environment variables. In the Rails app that uses this gem this is managed by dotenv.

You can also use the gem in irb/pry as follows:

require 'hublingo'
hub = Hublingo.new
hub.lingo('buddhamagnet')

NOTES:

This whole project, the gem and application, was completed in 3 1/2 hours.

I published it as a gem for giggles only.

Gem Version