Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1 KB

README.md

File metadata and controls

29 lines (23 loc) · 1 KB

panaka

An example of a consumer of swapi using Angular 8 and Angular Material 8.

Prerequisites

In order to display images for the characters, you should provide a google search api key (searchApiKey) and a google custom search engine id (searchApiCx) in environments/enviromnent.ts. More details in https://cse.google.com/cse/

Installing

On the root folder, run yarn or npm install

Running

  1. On the root folder, run yarn/npm start
  2. Go to http://localhost/

Tests

On the root folder, run yarn/npm test `

Built with

License

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