Giter VIP home page Giter VIP logo

twitch's Introduction

twitch's People

Contributors

barbozafernando avatar cleysonlb avatar eduardoaraujob avatar felipenathan avatar jasondavindev avatar lucasmontano avatar omurilo avatar powilliam avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

twitch's Issues

Add a ParticipantEntity and a ParticipantRepository.

Right now we are using the raw implementation of mongo repository. So it should be better to create a interface for Participant and it's repository.

const participantsCollection = client.getCollection<Participant>(
        'participants',
      );
...
const isCreated = await participantsCollection.findOne({
          name: viewer,
        });

I'm not sure if it's worth.

Fix application options on Readme

As we could see on livestream, I suggest changing the APP_PORT to PORT only.

Application Options:

APP_PORT: Set the port of the application

Organize the project structure

It's just to separate the classes and/or methods into folders by its responsibility with its types/interfaces and add Jest for tests

Add feature to remove bots from viewers list

Hi guys, the PR #25 introduce one interessant feature to the project, but it doesn't merged because others problems, so I think to extract the feature and merge for the actual structure will be so cool.

Return viewers sorted by points

https://montano-twitch-extension.herokuapp.com/

Should return a single JSON with viewers sorted by points, as follow:

[{"name":"xroidz","points":2},{"name":"william_bindewald","points":2},{"name":"universe","points":2},{"name":"streamlabs","points":2},{"name":"pugdev","points":2},{"name":"pfbaltar","points":2},{"name":"nightbot","points":2},{"name":"miguelsousa165","points":2},{"name":"lipebrisingr","points":2},{"name":"jonatasfalkaniere","points":2}]

Replace eslint with tslint

The substitution would be useful because eslint is only prepared for cases in javascript vanilla while tslint is not only ready to deal with it but also handles typing better.
Ex: Interfaces, abstraction, autocomplete ...

Standardization of commits

Currently, the project don't have any standard for commits, so it will be great to the project structure

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.