oferze / StonksWatcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stonks Watcher

This sample console application uses WebSocketClient to stream stock information to the console window in real-time!

stock watcher

To get started, you'll need a FREE account at https://finnhub.io and the latest .NET SDK at https://dot.net. This project targets .NET 5. You can modify the settings in appSettings.json to add the apikey and stocks you'd like to watch.

Once cloned, run the following from a command line to run the app.

> dotnet restore
> dotnet run

After that, you're off to the moon. ๐Ÿš€๐Ÿ’Ž๐Ÿ™Œ

Feel free to leave a star and follow me on Twitter: @buhakmeh.

About

License:MIT License


Languages

Language:C# 94.5%Language:Dockerfile 5.5%