Skip to content

jkgit/hack-a-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Challenge

Write a program which uses a provided API.

API Options

  1. List of Hackathons: http://hackerleague.org/api/v1/hackathons.json
  1. Specific Hackathon: You can also get a specific hackathon by using - http://hackerleague.org/api/v1/hackathons/:id/hacks.json

Installing application

% git clone https://github.com/jkgit/hack-a-map.git
% cd hack-a-map/
% bundle install
% rake db:migrate

Running application

% rails server

Running Rails tests (make sure server is running for tests)

% rake test    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors