You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
Smart Backpacker
2
2
================
3
3
4
-
[Smart Backpacker](http://smartbackpackerapp.com) is an App where you can find Visa Requirements information for any country in the world regardless of your nationality, currency exchange and airline's baggage policy!
4
+
[Smart Backpacker](http://smartbackpackerapp.com) is an App where you can find Visa Requirements information for any country in the world regardless of your nationality, currency exchange and airline's baggage policy among others.
5
5
6
6
- Download it for `Android`[here](https://play.google.com/store/apps/details?id=io.github.gvolpe.sb).
7
-
- Download it for `iOS` here - NOT AVAILABLE YET
7
+
- Download it for `iOS`[here](https://itunes.apple.com/us/app/smartbackpackerapp/id1322542121?ls=1&mt=8)
8
8
9
9
### Modules
10
10
@@ -13,19 +13,23 @@ Smart Backpacker
13
13
It's the main back-end application exposing the Http Rest API. It also contains a token generator.
14
14
15
15
- Dependencies
16
-
-[Fixer.io](http://fixer.io/) running on [localhost:8081](http://localhost:8081) using `docker-compose`. See the source code [here](https://github.com/hakanensari/fixer).
16
+
-[Fixer.io](http://fixer.io/) running on [localhost:8081](http://localhost:8081) using `docker-compose`. See the source code [here](https://github.com/hakanensari/fixer). Or you can also use the public API, just change the URL in the configuration.
17
17
18
18
#### Airlines
19
19
20
-
It contains the [PostgreSQL](https://www.postgresql.org/) setup scripts for the airline tables and the job to insert new airline's data using plain files as the source (fs2.io is used here).
20
+
It contains the SQL setup scripts for the airline tables and the job to insert new airline's data using plain files as the source (`fs2.io` is used here).
21
21
22
22
#### Common
23
23
24
24
At the moment it just contains some utils for `cats.effect.IO`.
25
25
26
26
#### Scraper
27
27
28
-
It has all the wiki page parsers and scrapers, SQL scripts for table creation and all the jobs to insert parsed data into the DB.
28
+
It has all the html page parsers and scrapers, SQL scripts for table creation and all the jobs to insert parsed data into the DB.
29
+
30
+
### Database
31
+
32
+
Smart Backpacker uses [PostgreSQL](https://www.postgresql.org/) as the main data storage.
0 commit comments