Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.53 KB

File metadata and controls

36 lines (24 loc) · 1.53 KB

Build Status Total Downloads Latest Stable Version License

Google YouTube API

it's a basic web application created with Laravel framework PHP.

Instalation

Clone the repository [google youtube api] (git@github.com:osmaircoelho/google-youtube-api.git)

  • Run Composer update

  • Rename the file .env.example to .env

  • Configuration Credentials Google, you can find it on the file .env

       app_name='Aphix_software'    
       client_id='your google client od'    
       client_secret='your google client secret'    
       api_key='your google api key'
    

Run application

  • On the prompt run php artisan serve you will see this message Laravel development server started: <http://127.0.0.1:8000>
  • Open your browser and type http://localhost:8000/search

License

The Laravel framework is open-sourced software licensed under the MIT license.