Skip to content

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.

Notifications You must be signed in to change notification settings

peshrus/hh-it-remote

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published