Skip to content
/ xpca Public

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

Notifications You must be signed in to change notification settings

lukaso/xpca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 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 [email protected]:YOUR-GITHUB-USERNAME/xpca.git
cd xpca
git remote add upstream git:https://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