Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zh/parsejobs
- Owner: zh
- Created: 2012-02-17T12:41:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-02-20T09:27:35.000Z (over 12 years ago)
- Last Synced: 2023-04-10T23:24:05.145Z (over 1 year ago)
- Language: Ruby
- Homepage: http://parsejobs.herokuapp.com/
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 installUse 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