https://github.com/s0ph1e/travel-from-ukraine
:earth_americas: Map with visa-free countries for ukrainians
https://github.com/s0ph1e/travel-from-ukraine
map travel ukraine visa-requirements
Last synced: 5 months ago
JSON representation
:earth_americas: Map with visa-free countries for ukrainians
- Host: GitHub
- URL: https://github.com/s0ph1e/travel-from-ukraine
- Owner: s0ph1e
- License: mit
- Created: 2015-12-14T16:16:34.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-02-13T16:08:03.000Z (almost 4 years ago)
- Last Synced: 2025-06-21T08:50:37.926Z (5 months ago)
- Topics: map, travel, ukraine, visa-requirements
- Language: JavaScript
- Homepage: http://travel-away.pp.ua
- Size: 2.22 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# travel-from-ukraine
Google map with visa-free countries for ukrainians.
Uses data from [Ministry of Foreign Affairs of Ukraine](https://mfa.gov.ua/podorozhnim/krayini-svitu-poperedzhennya-ta-poradi-rezhim-vyizdu).
## Install and run
### Local development
* you should have [bower](https://bower.io/#install-bower) installed (requires node.js, npm and git)
* run `bower install` to install dependencies
* run `python -m SimpleHTTPServer 7777` to start the server
* open [localhost:7777](http://localhost:7777/)
### Production
The service is deployed to [Github Pages](https://docs.github.com/en/pages) from [gh-pages](https://github.com/s0ph1e/travel-from-ukraine/tree/gh-pages) branch that contains installed bower dependencies.
#### How to deploy changes from master
Currently the process is manual.
* merge `master` branch to `gh-pages`:
* `git checkout gh-pages`
* `git merge master`
* if dependencies were changed - install & commit them:
* `bower install`
* `git add bower_components`
* `git commit -m "Update bower dependencies"`
* push changes to `gh-pages`:
* `git push origin gh-pages`