https://github.com/ericzon/free-wifi-finder
The main objective of this app is just play with app hybrid development. Moreover, it's always interesting to have an updated map of free wifi points in Barcelona, right? :)
https://github.com/ericzon/free-wifi-finder
Last synced: 12 months ago
JSON representation
The main objective of this app is just play with app hybrid development. Moreover, it's always interesting to have an updated map of free wifi points in Barcelona, right? :)
- Host: GitHub
- URL: https://github.com/ericzon/free-wifi-finder
- Owner: ericzon
- Created: 2017-03-16T11:46:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-21T12:20:26.000Z (over 9 years ago)
- Last Synced: 2025-01-23T22:17:53.837Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.05 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Free-wifi-finder
#### Barcelona Edition
The main objective of this app is just play with hybrid app development. Moreover, it's always interesting to have an updated map of free wifi points in Barcelona, right? :)

#### Tools used
* Ionic 2 (Angular 2 & Typescript)
* Open Data
* [API in nodejs + Typescript](https://github.com/ericzon/nodets-bootstrap)
#### Install dependencies
You'll need to install npm dependencies:
npm install
After this, you should install ionic deps:
ionic state restore
#### Running this App
ionic run --prod
*Tested on Android 4.4*