/agl-test

Code to consume the json from provided url and output a list of all the cats in alphabetical order under a heading of the gender of their owner.

Primary LanguageJavaScriptMIT LicenseMIT

AGL Coding Test

This is a project to consume the json from provided url (http://agl-developer-test.azurewebsites.net/people.json) and output a list of all the cats in alphabetical order under a heading of the gender of their owner by using JavaScript.

Getting Started

Clone the project

git clone 'https://github.com/mahesh-k-s/agl-test.git'

or

download the zip and extract to a local directory

Installing

# install dependencies 
npm install

# serve with hot reload at localhost:3000.(Make sure you open a webbrowser with web security disabled, so project will auto-render to that browser)
npm start

# build for production with minification
npm run build

Running the tests

# run unit tests
npm test

Built With

  • JavaScript [ES2015]
  • [Webpack 2.x] as module bundler
  • [Babel JS] as the compiler.
  • [Karma] as the test runner.
  • [Jasmine] as testing framework

Output

alt tag

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Related Topics