Skip to content

raulmarindev/PioPioBlazor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


🐔

Pío Pío

Check out the best tweets on your Twitter Home Timeline!
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

Product Name Screen Shot

This is a small demo project I've built to learn a bit about Blazor and try it out. It's a simple website that, at the moment, shows the tweets in my Home timeline and allows the user to filter the tweets by language of the tweet and by tag.

The tweets are retrieved from the Twitter API through the use of LinqToTwitter (a LINQ provider for the Twitter micro-bloggin service). Normally, I don't have much time to spend on Twitter so I wanted a quick way to see what the best tweets in my Timeline are (meaning the most reacted to tweets from those I'm following.) The Tweets a user can see at a time are limited by the Twitter API.

A list of commonly used resources that I find helpful are listed in the acknowledgements.

Built With

These are the main frameworks and tools I've used to build this project:

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Raúl Marín - @raulmarindev - email@raulmarin.dev

Project Link: https://github.com/raulmarindev/PioPioBlazor

Acknowledgements