/YoutubeAPI_Demo

Small demo application for Sitepoint Youtube API article

Primary LanguageCSS

Installation

  • clone the repo.

  • create the VM using vagrant up

  • run composer update

  • create a .env file and fill it like below.

    app_name='GA-DEMO'
    client_id='your google client od'
    client_secret='your google client secret'
    api_key='your google api key'