Skip to content

Commit aa7b707

Browse files
committed
Updating README and bumping version.
1 parent 5a8960a commit aa7b707

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Smart Backpacker
22
================
33

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

66
- 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)
88

99
### Modules
1010

@@ -13,19 +13,23 @@ Smart Backpacker
1313
It's the main back-end application exposing the Http Rest API. It also contains a token generator.
1414

1515
- 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.
1717

1818
#### Airlines
1919

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).
2121

2222
#### Common
2323

2424
At the moment it just contains some utils for `cats.effect.IO`.
2525

2626
#### Scraper
2727

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

3034
## LICENSE
3135

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ lazy val commonSettings: Seq[SettingsDefinition] = Seq(
77
inThisBuild(List(
88
organization := "com.github.gvolpe",
99
scalaVersion := "2.12.3",
10-
version := "1.0.0",
10+
version := "1.1.0",
1111
scalacOptions := Seq(
1212
"-deprecation",
1313
"-encoding",

0 commit comments

Comments
 (0)