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.
- Meteor 1.5 (https://www.meteor.com/)
- (Optional) Docker (https://www.docker.com/)
git clone https://github.com/peshrus/hh-it-remote.git
cd hh-it-remote
meteor npm test
meteor run
Go to http://localhost:3000/
docker build \
--build-arg INSTALL_MONGO=true \
-t yourname/hh-it-remote .
docker run -d \
-p 80:3000 \
yourname/hh-it-remote