repositorypackage
0.0.0-20240416164019-b9b5195a6748
Repository: https://github.com/jugyx/cingo.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Cingo
I've been trying to learn go by writting a simple command line based client for Cinemana, using standard go packages and huh.
Why when there's a website?.
The website seems to be using a lot of javascript which slows it down a lot, and it's easier for me personally to use a cli app on my terminal.
Also mpv is the coolest video player.
Notes
- This is an experimental personal project.
- Obviously not an official client.
- This is merely a client I have no affilation with the media providers available within cinemana.
- Cinemana is mainly available within Iraq.
- Requires mpv to work.
Instructions
- Get the source code:
git clone https://github.com/JUGYx/cingo && cd cingo
- Run it:
go run .
- Or build it:
go build .