/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.

Primary LanguageJavaScript

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