t3h2mas / job-curl

curl application interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

curl-posts

Job Postings that you interact with over the command line.

start the server

navigate to the project folder and run php -S localhost:1337

get started

curl -H "X-JOB-ID: front-end" localhost:1337

etc

this is a prototype that saves to a json file

scaling not included

clear the json file

php -r "require('json.php');write_json('applicants.json', ['entries' => array()]);" from the project folder

About

curl application interface


Languages

Language:PHP 92.4%Language:JavaScript 4.7%Language:CSS 2.9%