Groups
Groups

[REST API] 무비 정보 리스트

6 views
Skip to first unread message

young chol seo

unread,
Feb 26, 2019, 2:57:05 AM2/26/19
to kamjaroid

young chol seo

unread,
Feb 26, 2019, 2:58:06 AM2/26/19
to kamjaroid
https://github.com/typescript59/Movie-App


Join GitHub today

GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.

Sign up
ionic Movie App
Branch: master 
Clone or download 

 README.md

Movies App

  

Requirements

  • Node 10+
  • Npm 6+
  • Ionic 4+
  • Ionic Lab 1+
$ brew update && brew upgrade
$ brew install node
$ npm install -g npm@latest
$ npm install -g ionic@rc
$ npm install -g @ionic/lab@rc semver

Created with Ionic CLI version 4.0.0 RC:

$ ionic start i4demo blank --type=angular --cordova

Create your The Movie Database API Key

  • Go to https://themoviedb.org and create your API KEY.
  • Set your key in the file src/app/services/tmdb.service.ts:
  private readonly params = {
    api_key: 'PUT_HERE_YOUR_TMDB_API_KEY',
    language: 'PUT_HERE_YOUR DESIRED_LANGUAGE' // en-US, es-ES, ...
  };

Preparing

$ npm install
$ npm run fetch-plugins

Building

$ ionic build

Running App - Serve

$ ionic serve

Running App - Emulator

$ cordova platform add [ ios | android ] --nosave
$ ionic cordova emulate [ ios | android ]

Running Unit Tests

$ npm run test

Running E2E Tests

$ npm run e2e
Press h to open a hovercard with more details.

2019년 2월 26일 화요일 오후 4시 57분 5초 UTC+9, young chol seo 님의 말:

young chol seo

unread,
Feb 26, 2019, 2:58:59 AM2/26/19
to kamjaroid

young chol seo

unread,
Feb 26, 2019, 3:02:39 AM2/26/19
to kamjaroid
api key = 1866f207a8d16ec2aea9ac9ba82d30f6

access token = eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdWQiOiIxODY2ZjIwN2E4ZDE2ZWMyYWVhOWFjOWJhODJkMzBmNiIsInN1YiI6IjVjNzRlNDI1OTI1MTQxNjg5NzUzMDQyYyIsInNjb3BlcyI6WyJhcGlfcmVhZCJdLCJ2ZXJzaW9uIjoxfQ.zuifq57q6EXUZtTvMwCmXUf2_WgaJPQeKjOB245smfg

sample rquest
Message has been deleted
Message has been deleted
Message has been deleted

young chol seo

unread,
Feb 28, 2019, 12:47:56 AM2/28/19
to kamjaroid
app.zip
global.scss
variables.scss
Reply all
Reply to author
Forward
0 new messages
Search
Clear search
Close search
Google apps
Main menu