Replies: 2 comments 2 replies
-
@KenEucker hey, sounds awesome! I am not offended at all, this is what open source is all about! I'm happy it's serving additional purposes and that you feel it's a good enough example to learn from. Also great that you've been able to use the library for the last several years! I probably won't be able to participate in the hackathon (weekends are family time for me), but maybe in the late evening I can stop in and say hi! |
Beta Was this translation helpful? Give feedback.
-
@kaimallea The hackathon begins!! I am 90% of the way through a refactor of To summarize the work I'm doing:
What are your thoughts on taking advantage of the move to a v2 and dropping direct |
Beta Was this translation helpful? Give feedback.
-
@kaimallea The work you've been doing on imgur@new is really great stuff. I haven't been able to keep up with you! I hope it doesn't offend you, but I copied all of your code into a new
biketag-api
project of my own and am in the process of ripping it all apart to figure out how the toaster toasts the bread. I'm getting the hang of it now, I think, and I feel like this work will help me contribute back to thenode-imgur
project again in the future.I'm new to TypeScript and new to all of the amazing tooling that you've included in this project, so if you have the chance to give my project a peek I'd love some feedback. Just understanding where I am now in comparison to the recent changes you've pushed in the last week (getting rid of babel, for example) would be a lot of help I'm sure.
Some context here: The BikeTag Project, spread across several repositories on my GitHub profile, is an open-source platform for playing the BikeTag game and we offer the server at biketag.org for anyone who wants to run a BikeTag game in their city. For the last three years, since starting the project from scratch, I've been using your
node-imgur
package for managing interactions with Imgur. Imgur makes our entire app possible, as all of our images and data are stored on Imgur and within the title and description metadata included in each upload.The new BikeTag Api that I am developing, in the
biketag-api
repository, will take advantage of imgur@next and is a full rewrite for our platform's API. I wanted to mimic how you have developed thenode-imgur
package here because for now, and in the indefinite future, and as far as we can see: we will continue to use the Imgur API. That being the case, I wanted to make it so that the interactions with Imgur that currently exist in our project wire up to the new BikeTag Api without much friction.So! All that out on the table, I wanted to let you know that I'm running a hackathon this weekend for a small group of developers jumping in on the new BikeTag Api and BikeTag Vue App. If, at any point, you had a moment to jump into the slack channel or other avenues that we will be using for the hackathon it would be great to chat with you! ( you can join our slack here )
I know you're busy and that we have a timezone difference of some kind. I won't be offended if you decline. Just wanted to extend the offer for you to check out how your API is being used on a project in the wild! Thanks again for all your recent work on this software!
Beta Was this translation helpful? Give feedback.
All reactions