This looks interesting. Can you give us some detail on how you're using it at the moment? Are you running a jobs listing or search site using this, or planning to?
Yes I am running a subscription service called GHJobs Subscribe. Here is the repository link - https://github.com/ghjobs-subscribe. I wrote this SDK as a component for using in backend. As for 'GHJobs Subscribe', I have all the pieces in place except for a service that reads my BoltDB file, gets the jobs from Github Jobs (according to subscribers' preferences) and sends an email as scheduled. GHJobs Subscribe is in pre-release mode right now; that means that you can put in your email, subscribe, and manage your subscription.
Thanks, that looks interesting. Great to see it is open source as well. It would be really nice to see the list via the web before subscribing - seeing tailored jobs based on my github profile would be really useful and remove a step. At the minute I'm not sure what options I'd get before it asks for my email. Anyway, good work and thanks for posting it here.
Author here. I would love to get some feedback from the community on this package.
This looks interesting. Can you give us some detail on how you're using it at the moment? Are you running a jobs listing or search site using this, or planning to?
Hello kenny,
Yes I am running a subscription service called GHJobs Subscribe. Here is the repository link - https://github.com/ghjobs-subscribe. I wrote this SDK as a component for using in backend. As for 'GHJobs Subscribe', I have all the pieces in place except for a service that reads my BoltDB file, gets the jobs from Github Jobs (according to subscribers' preferences) and sends an email as scheduled. GHJobs Subscribe is in pre-release mode right now; that means that you can put in your email, subscribe, and manage your subscription.
Thanks, that looks interesting. Great to see it is open source as well. It would be really nice to see the list via the web before subscribing - seeing tailored jobs based on my github profile would be really useful and remove a step. At the minute I'm not sure what options I'd get before it asks for my email. Anyway, good work and thanks for posting it here.
I like that idea of generating tailored jobs from GH profile. Thank you for your works of encouragement.