How to join us

Our Process

  1. Tell us that you are interested.
  2. Together we will pick a date for a meeting.
  3. During the interview we would like to see some of your own code. It can be...
    • Your own pet project on Github. If you already build something cool we want to see it.
    • Hack with our API (see below).

Your Hack

If you choose to hack with our API then you can use the story below as a starting point.
As a small business owner, I want to import all my email contacts into my new invoicing and accounting system (Debitoor), so I can access them as Customers and send them invoices.
Acceptance Criteria (What your app should do)
  • Allow the user to upload a CSV file containing names and email addresses (e.g. your email contacts).
  • Parse the content.
  • Render the results in a structured manner.
  • Create each email contact as a Customer in Debitoor.
(hint) We expect to see a REST API on top of node.js with tests covering your solution. Published to a GitHub repo.
Documentation
You should find most of what you need to know right here (but do ask if you run into trouble).