tokareff / hh-it-remote

The project fetches remote IT vacancies from hh.ru. It shows them on one page allowing to filter them by specialization and keywords. The page contains only specializations interesting for developers.

Home Page:http://hh-it-remote.ru/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis CI

hh-it-remote

The project fetches remote IT vacancies from hh.ru. It shows them on one page allowing to filter them by specialization and keywords. The page contains only specializations interesting for developers.

The page screenshot

Prerequisites

Clone the Repo

git clone https://github.com/peshrus/hh-it-remote.git
cd hh-it-remote

Test

meteor npm test

Run

meteor run

Go to http://localhost:3000/

Build a Docker Image

docker build \
  --build-arg INSTALL_MONGO=true \ 
  -t yourname/hh-it-remote .

Run the Docker Image

docker run -d \
  -p 80:3000 \
  yourname/hh-it-remote

About

The project fetches remote IT vacancies from hh.ru. It shows them on one page allowing to filter them by specialization and keywords. The page contains only specializations interesting for developers.

http://hh-it-remote.ru/


Languages

Language:JavaScript 88.7%Language:HTML 9.1%Language:CSS 2.2%