Code Locket Menu

My First Open Source Project

Blog post created on 2014-11-23

MiscellaneousGit

In my recent Hacking Bath with Socrata post I described how to create a simple map, plotting points taken from a Socrata data store. As a result of that experience Bath Car Parks was created. This was a dodify joint effort as my designer friends provided a mock-up of the interface as well as colours and icons to be used. The whole project took about 6 hours total from idea to production.

The project received mild interest and open sourcing it was the right thing to do. Thankfully everyone seemed on board. The code was already on GitHub so the process was hypothetically relatively simple, except for the fact that I had never open sourced anything beforehand.

Admittedly I am quite "shy" about my own code and I like things to be as neat as they can, especially if other people are going to take a look at it. So it soon turned out that, at least for me, open sourcing a project is not a straight forward experience. Here are a list of steps I had to take care of before going public:

Without further ado you can find the Bath Car Parks source code on GitHub under the main dodify GitHub account. If you think I have missed something important or if you have any suggestions please leave a comment and I will fix as soon as possible.