FormidableLabs/work-for-us

Name: work-for-us

Owner: Formidable

Description: Node app to submit a job application

Created: 2013-09-01 23:42:00.0

Updated: 2015-06-14 14:24:45.0

Pushed: 2013-09-02 00:20:28.0

Homepage: null

Size: 124

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Come work for us

For senior positions we don't want to accept resumés as all good candidates should have production code, use github etc. Only allow submission via JSON / POST request.

A properly formatted submission looks like:

var request = require('request');
request('http://localhost:5000', {
  method: 'POST',
  json: {
    name: "Ryan Eastridge",
    email: "ryan@eastridge.me",
    github: "eastridge",
    code: [
      "url_one",
      "url_two",
      "url_three"
    ],
    links: [
      "url_one",
      "url_two",
      "url_three"
    ]
  }
}, function() {
  console.log(arguments);
});

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.