- 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.
推薦閱讀
- 零基礎(chǔ)學(xué)C++程序設(shè)計(jì)
- MySQL數(shù)據(jù)庫(kù)應(yīng)用與管理 第2版
- iOS 9 Game Development Essentials
- C語(yǔ)言從入門(mén)到精通(第4版)
- 深入淺出PostgreSQL
- VMware虛擬化技術(shù)
- 快速入門(mén)與進(jìn)階:Creo 4·0全實(shí)例精講
- Buildbox 2.x Game Development
- Python入門(mén)很輕松(微課超值版)
- 深度學(xué)習(xí)程序設(shè)計(jì)實(shí)戰(zhàn)
- 算法秘籍
- Modular Programming with JavaScript
- RESTful Web API Design with Node.js(Second Edition)
- Practical Time Series Analysis
- Slick2D Game Development