Skip to content

amar-shah/xpca

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby Coding Challenge #6

Follow the below instructions to get up and running for this week's Ruby Coding Challenge.

on github.com

  • log into github.com using your personal GitHub account
  • go to the xpca project page
  • click on the "Fork" button near the top of the page
  • you will now have a cloned version of the xpca project on GitHub
  • go to your https://github.com/YOUR-GITHUB-USERNAME/xpca project page

on your MacBook

As a one-off, clone your version of the xpca project, and add my version as one of its remotes:

cd ~/Workarea # or any other directory where you keep your projects...
git clone git@github.com:YOUR-GITHUB-USERNAME/xpca.git
cd xpca
git remote add upstream git://github.com/pvdb/xpca.git

Then, going forward, you can fetch and merge the latest changes from the main xpca project as follows:

git fetch upstream
git merge upstream/master

getting started

gem install bundler
bundle install --system

implementing your solution

  • coming soon

submitting your solution

  • coming soon

About

Ruby Coding Challenge #6: implement a Ruby client for Postcode Anywhere

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%