port the project to use TypeScript
TypeScript comes with a lot of out of box support for Types, which would be especially beneficial writing the backend code.
Take help of this: https://github.com/Microsoft/TypeScript-Node-Starter for project setup and config. Uses basically the same core components so should be easy to do.
@irsol What do you think about this one?
@vinitkumar I need to learn a little bit more about TypeScript first )))) I can try.
@irsol No pressure. Let's treat this as an RnD project for now.
Hey @irsol I am going to do this one. How are you doing these days? Got any time for open source work?
hey @vinitkumar I can help in a week. Could you split it to separate tickets?
Hey Iryana,
Thanks for replying back. I will be sure to make some tickets next week and we can pick it up from there.
Thanks, Vinit Kumar
On Mon, 14 Dec 2020 at 00:52, Iryna Soltyska [email protected] wrote:
hey @vinitkumar https://github.com/vinitkumar I can help in a week. Could you split it to separate tickets?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/vinitkumar/node-twitter/issues/241#issuecomment-744055471, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEDITWUZMOGZ5WMVJNKOATSUUIARANCNFSM4HIKNWLA .
-- https://about.me/vinitkme?promo=email_sig&utm_source=product&utm_medium=email_sig&utm_campaign=gmail_api&utm_content=thumb Vinit Kumar about.me/vinitkme https://about.me/vinitkme?promo=email_sig&utm_source=product&utm_medium=email_sig&utm_campaign=gmail_api&utm_content=thumb
@vinitkumar great!! I would be happy to contribute :))
@irsol I started working on this. At first, porting the code to TypeScript. There is a work in progress PR here: https://github.com/vinitkumar/node-twitter/pull/293