Skip to content

knappe/hiringtrends

 
 

Repository files navigation

Hacker News (HN) Hiring Trends

A Ruby library for analyizing software technology trends from Hacker News whoishiring posts. Created by Ryan Williams (@ryanwi)

Description

Warnings/Disclaimer

This is a personal development project, in particular for exploring redis. You are welcome to use, modify, etc. and I welcome any feedback or questions.

Requirements

  • Ruby (developed and tested on 2.1.1-p76)
  • Redis

Installation

Install via RubyGems:

gem install hiringtrends

Usage

With a command line

[terminal window 1 - start redis server]
$ redis-server

[terminal window 2]
$ irb
require 'hiringtrends'
hn = HiringTrends::Program.new
hn.get_submissions
hn.get_comments_for_submissions
hn.analyze_submissions("https://gist.githubusercontent.com/ryanwi/6135845/raw/480a543d752285410fadc562346279a820c0b234/software-terms.dic")
hn.publish("June", "2014", "Tuesday", "3", 20)

Author

Ryan Williams

About

Tracking the most popular programming languagues and tools on Hacker News whoishiring posts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.0%
  • Other 1.0%