Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.68 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.68 KB

Youtuber Description Links

A tool to help Youtubers to manage theirs video links.

This project started on the 4th edition of #umaStackQueNaodomino which we learned how to use [Youtube Data API] with Go. You can check clips and vods at Twitch.tv

Previous Editions's Programming Languages

How to contribute

  • Fork the project
  • Create an ISSUE with your suggestion
  • Write your code to address only the Issues scope
  • Create a Pull Request and link to the Issues
  • Wait for an approval
  • Merge your Pull Request and close the Issues

Important Notes

  • Write your code, Issues and Pull Requests in English
  • Avoid big Pull Requests and split your work properly

Project Setup

Youtube API Developer Key: Check Getting Started

Running application

cd youtuber-description-links
go get -v -t -d ./...
go run .

Note: On your first running, your must have copy the link appear on the terminal, open this on web browser, authorize access and copy authentication code and paste on the terminal.