/fihirana-cli

CLI tool to get lyrics of malagasy protestants quantics by scraping it

Primary LanguageGo

Command Line Tool to get Lyrics of malagasy protestants songs

Installation for developers

Installation of needed packages

$ go mod download    

Build the comand-line

$ go build main.go

Search for a song

$ ./main -n [song_number]

Tasks

  • Songs 1-10
  • Songs from number 100 in ffpm
  • Add fihirana fanampiny songs
  • Add --help command to display commands
  • Handle errors when network is down
  • Handle errors when song doesn't exist
  • Create SDK for Golang
  • Create GRPC API
  • Run GRPC API with command fihirana grpc
  • Put all songs lyrics in a json file
  • Commands to choose fihirana [ffpm|fanampiny|antema|fifohazana] -n [number]
  • Commands to seach by title
  • Select searched song in an interactive mode
  • Create system installation script for Linux
  • Create system installation script for Windows
  • Create system installation script for MacOs