Mobile application that helps you localize nearest available CityBike in Vienna.
-
See what stations are the closest to your current location and what's the distance
-
Check the station's current bikes and dock ability as well as its position on the map
-
Easily navigate to the selected station
Developed for Android with React Native
Stations screen | Map screen | Navigation |
---|---|---|
-
Follow the guide from React Native docs to setup your dev environment (Open 'Building Projects with Native Code' tab and choose Android as Target OS and your respective operating system as Development OS )
-
Clone repository:
git clone https://github.com/tomekz/viennaBike-native.git
-
Navigate to the created folder:
cd viennaBike-native
-
Type
npm run android
to run the app either on Android emulator or your connected Android device