- Learning Ionic(Second Edition)
- Arvind Ravulavaru
- 130字
- 2021-07-02 23:24:25
Giphy app
Using the concepts we have learned so far, we are going to build a simple app using Angular and an Open JSON API provider named Giphy.
Giphy (http://giphy.com) is a simple Gif search engine. The guys at Giphy exposed an open REST API that we can consume and do a bunch of things with the data.
The app we are going to build is going to talk to the Giphy JSON API and return the results. Using Angular, we are going to build interfaces for three features in the app:
- Show a random Gif
- Show trending Gifs
- Search a Gif
We will be using Angular CLI (https://cli.angular.io/) and Twitter Bootstrap (http://getbootstrap.com/) with the Cosmos theme (https://bootswatch.com/cosmo/).
Before we start building the app, let's first understand the app structure.
推薦閱讀
- 樂學Web編程:網站制作不神秘
- JavaScript+jQuery開發實戰
- Learning Informatica PowerCenter 10.x(Second Edition)
- Blockly創意趣味編程
- 用Python實現深度學習框架
- 零基礎學Python數據分析(升級版)
- Mastering Drupal 8 Views
- RealSenseTM互動開發實戰
- 零基礎學C語言第2版
- 面向對象程序設計教程(C#版)
- Java無難事:詳解Java編程核心思想與技術
- JavaScript高級程序設計(第3版)
- Learning Predictive Analytics with R
- Odoo Development Essentials
- HTML5從入門到精通(第3版)