leroidejesa / CountryCheck

EmberCLI app that allows users to search for and retrieve country information (such as country code, currency, etc.) using RESTCountries API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Country:Check!

An app that allows users to retrieve country information such as population, latitude/longitude, and more, by simply typing a country name into the search bar.

API used: REST Countries v1

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Further Reading / Useful Links

About

EmberCLI app that allows users to search for and retrieve country information (such as country code, currency, etc.) using RESTCountries API


Languages

Language:JavaScript 57.7%Language:HTML 22.0%Language:Handlebars 12.2%Language:CSS 8.1%