Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 1.07 KB

README.md

File metadata and controls

59 lines (42 loc) · 1.07 KB

[NodeJS] Job Vacancy API

Implementasi belajar Nodejs menggunakan package axios, cheerio, dan ExpressJS. Pada project ini saya mencoba men-scrape data dari salah satu situs penyedia lowongan kerja.

Demo

Demo API [Service Unavailable]

Installation

git clone https://github.com/Ir001/nodejs-job-vacancy-api.git

cd nodejs-job-vacancy-api

npm install
npm start

Usage

Request below URL:
http://localhost:3000/top-karir [GET]
http://localhost:3000/joblum [GET]

Change Log

5 Jan 2023

  • ~ Fix scraping content of article

4 Feb 2021

  • ~ Clean response API
  • ~ Add apply by Google
  • ~ Add apply by Linkedin

30 April 2021

  • ~ Add momentjs
  • ~ Fix deadline & publshed_at to format YYYY-MM-DD
  • ~ Remove secret GET parameter

20 July 2021

  • ~ Add scape other site ( http://localhost:3000/top-karir)
25 July 2021
  • ~ Add scape other site ( http://localhost:3000/joblum)