Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zh/parsejobs

Apply for Parse.com job via an API
https://github.com/zh/parsejobs

Last synced: 10 days ago
JSON representation

Apply for Parse.com job via an API

Awesome Lists containing this project

README

        

# Apply for Parse.com job web form

Backend-as-a-service company Parse is inviting potential hires to apply
via its [Parse API](https://parse.com/jobs#api). A small web form application
for sending JSON-formated post requests.

## Pre-requirements

* sinatra
* faraday
* thin

## Usage

Install pre-requirements:

gem install bundler --pre # (if not installed)
bundle install

Use the Rackup script to launch the application:

thin start -R config.ru -p 8080

or

ruby myapp.rb -p 8080

## In the wild

* [ParseJobs development](https://github.com/zh/parsejobs)
* [ParseJobs site](http://parsejobs.herokuapp.com/) itself