Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.23 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.23 KB

Werd

Build status

A Universal Windows App (UWP) client for shacknews.com's chatty.

This is built on top of the Simple Chatty API.

Documentatation for the API is available here.

How to build

  • Clone the repo
  • Open Werd.sln with Visual Studio
  • Build and go!

Recommended extensions

EditorConfig - Makes sure your tab, end of line, and whitespace settings match the project

XamlStyler - Makes life easier when formatting XAML. Be sure to disable reordering Grid and Canvas elements in the options for this project as the z-ordering is dependent on the XAML parsing order.

Notes

  • Sometimes I get lazy and don't clean up code or put things in the right place right away. I do this project out of love for free in my spare time. Don't judge me :(