Hacks icon indicating copy to clipboard operation
Hacks copied to clipboard

A Linux terminal utility to find upcoming hackathons near you or at a particular location.

Hacks

A Linux terminal client to find upcoming Hackathons near you or at a particular location.

Build Status Join the chat at https://gitter.im/waseem18/Hacks

Installation

  1. Clone the repository

    git clone https://github.com/waseem18/hacks.git && cd hacks
    
  2. Copy the hacks executable into your PATH

    cp hacks /usr/local/bin
    

Commands

hacks                                 Outputs details of Hackathons in or near your current location.
hacks [location]                      Outputs details of Hackathons in or near [location]
hacks --all                           Outputs details of Hackathons all over the World.

Examples

hacks
hacks California
hacks New York
hacks Canada
hacks Hyderabad
hacks --version
hacks --help
hacks --all

Note

Details of Hackathons have been taken from

  1. Hackalist
  2. Hackathon-Calendar
  3. HackathonWatch

Contributions

  1. If you know about any upcoming hackathons, add it to Hackathon-Calendar. If hackathon is particularly from India, add it to Hackathons-In-India
  2. Contribute to this repository by removing bugs, improving code efficiency, adding new sources of hackathons etc. I will happily merge it :)