Dev Useful Stuff
2.05K subscribers
2 photos
352 links
Here you can find some interesting links to development libraries, frameworks, tools, plugins and articles
Download Telegram
​​GoTTY - (★ 13.8k) is a simple command line tool that turns your CLI tools into web applications.

#cli #webapp #share
​​wttr.in - (★ 12.3k on GitHub) is a console-oriented weather forecast service that supports various information representation methods like terminal-oriented ANSI-sequences for console HTTP clients (curl, httpie, or wget), HTML for web browsers, or PNG for graphical viewers.

To see it in action, just open your console and hit the command:

$ curl http://v2.wttr.in

Check out the GitHub page for more examples

#terminal #cli #tui #python