https://github.com/cunla/ionic3-countries-flags-currency
Ionic3 implementation showing countries data in searchable view
https://github.com/cunla/ionic3-countries-flags-currency
angular ionic3 rest-api
Last synced: 2 months ago
JSON representation
Ionic3 implementation showing countries data in searchable view
- Host: GitHub
- URL: https://github.com/cunla/ionic3-countries-flags-currency
- Owner: cunla
- License: mit
- Created: 2018-03-10T20:59:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-11-27T12:33:11.000Z (7 months ago)
- Last Synced: 2026-03-07T01:59:40.010Z (4 months ago)
- Topics: angular, ionic3, rest-api
- Language: TypeScript
- Homepage:
- Size: 1.58 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
Welcome to Countries App 👋
> An app that shows countries flags and additional data
using data from: https://restcountries.eu
## Data
Currently it shows:
- Country flag
- Country name in its language, in English
- Capital city
- Currency symbol and short name
You can search by country or capital
## Install
Clone this repository, run `npm install` and then `ionic serve`
## Next steps
- Sort countries by region
- Add card view with additional country info (area, gini, population, country prefix, timezone)
- Add map to card with country position
- Search autocomplete
## Author
👤 **Daniel Moran**
* Github: [@cunla](https://github.com/cunla)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/cunla/ionic3-countries-flags-currency/issues).
## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2019 [Daniel Moran](https://github.com/cunla).
This project is [MIT](https://github.com/cunla/ionic3-countries-flags-currency/blob/master/LICENSE) licensed.