Giter Club home page Giter Club logo

lyrics_cli's Introduction

I like to make cool stuff with code

Here's what you should know about me in like 8 points

  • Student at GRIET
  • Delving into Rust
  • Recent Gopher
  • Hyperscript Fanboy
  • Web gardener for my blog
  • Full Stack Developer
  • Loves Building CLI's
  • Open to collaborate on anything

I guess that should be it.

Check me out on my site

lyrics_cli's People

Contributors

alt-art avatar newtoallofthis123 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

alt-art

lyrics_cli's Issues

My future goal lyrics cli

Lyrics CLI has gotten nearly 70 downloads!

I wrote lyrics cli just for the sake of it using a publicly available API by astridlol/lyrics.
The thing is, the actual repo uses the author's personal genius token. I would not want to rate limit the author by chance.

Hence I plan on using a new method of getting the lyrics: Dumb which is a alternative frontend to genius.com
I plan to scrape the lyrics from them.

I am not sure as to how I would do that just yet, even unsure if I would need to use language bindings or use rust itself. Suggestions are welcome.

Development will be happening on a separate branch, so nothing in the current lyrics cli will change

Regards,
Ishan

GitHub CI/CD

On my projects, I have the costume to add a CI/CD that helps check bugs and makes generating packages and binaries to releases easier.

You can have clippy lint warnings checks, tests, and code formatting checks directly on GitHub.

And ship packages and deploy them to crates.io with a simple method:

# Change version on Cargo.toml
# Commit
git commit -m "Bump to 0.2.0"
# Gen a tag
git tag 0.2.0
# push commit with tag
git push && git push --tags

Now, actions will do all the work for you, compiling the code and generating the packages. When everything is finished, you can publish the version with the files on the releases pages by taking the draft that the action made.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.