DEV Community

Cover image for Who's looking for open source contributors? (May 31st edition)

Who's looking for open source contributors? (May 31st edition)

Kyle Boe on May 31, 2019

Find something to work on or promote your project here. Please shamelessly promote your project. Everyone who posted in previous months is welcome...
Collapse
 
kyleboe profile image
Kyle Boe • Edited

I'm posting again about Office Moms & Dads! It is an open source project that my consultancy helped start for the local non-profit that helps kids in the foster care system. Specifically, the app helps schedule/notify volunteers to come in and spend time with kids while they are being placed in the foster care system.

From their website:

Office Moms & Dads is a grassroots volunteer-based organization that serves foster children who have recently been removed from their homes.

Link to Repo: github.com/OfficeMomsandDads/sched...
Link to Prioritized Roadmap: github.com/OfficeMomsandDads/sched...

Special thanks to @haseebelahi for contributing (PR #201) this past month!

Collapse
 
eidsonator profile image
Todd Eidson

Looks like a great project! (also looks like your link to the roadmap is missing)

Collapse
 
reallyely profile image
Stephen Ely

I think this is probably what Kyle meant to post for the Roadmap: github.com/OfficeMomsandDads/sched...

Thread Thread
 
kyleboe profile image
Kyle Boe

Whoops! Yep thanks for catching that. I’ll edit the post.

Collapse
 
haseebelaahi profile image
Haseeb

Thanks for the mention Kyle, looking forward to contribute more!

Collapse
 
carolinakinetic profile image
CarolinaKinetic

I starred the project.

I look forward to joining the project as soon as my work relocation is done and life returns to normal.

Collapse
 
tttaaannnggg profile image
tang • Edited

I'm working on Orpheus GQL. It's an open source project that is meant to help diagnose / visualize / debug GraphQL endpoints. It's still in a pretty early phase, and we don't really have a roadmap, so if you have ideas about features that might be useful to add, we'd love to hear it!

Collapse
 
sobolevn profile image
Nikita Sobolev • Edited

I am actively developing wemake-python-styleguide. Or it is also known as "the strictest python linter ever". And I am looking for new contributors.

Linter? It sound like a complex task!

No, it is not. Everything complex is hidden away from you. We just need to write business logic. It is simple. Look at the entry level tasks: github.com/wemake-services/wemake-...

How do I start?

We have a friendly tutorial for newcomers, check it out: wemake-python-styleguide.readthedo...

GitHub logo wemake-services / wemake-python-styleguide

The strictest and most opinionated python linter ever!

wemake-python-styleguide

wemake.services Python Version wemake-python-styleguide

Build Status Coverage Documentation Status Dependencies Status Language grade: Python

Welcome to the strictest and most opinionated python linter ever.

wemake-python-styleguide is actually a flake8 plugin with some other plugins as dependencies.

The Zen of Python, by Tim Peters
Beautiful is better than ugly
Explicit is better than implicit
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one-- and preferably only one-- obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than *right* now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it

What to do if I get lost?

Just ask me any questions and I will help you.

Collapse
 
christopherkade profile image
Christopher Kade • Edited

I wrote a banner generator for DEV a few days ago and posted about it here:

I managed to write contribution guidelines & a few issues in case some people want to work on it ! I was also happy to see this comment from Ben Halpern which was the main motivation to keep on working on it:

Super cool! I agree with all the suggestions. Maybe we could all put some work into this and once it's really polished we could link to it or fold it in to the main editor in some way. 🙂

One thing of note: Our image is 1000x420, but, so a little wider than a 2x1 "social image", so the edges get clipped. You may want to make it so the text can't extend too far to the edges of the image, so it will show up properly in both scenarios.

Here's the project's repo link.

Collapse
 
ganderzz profile image
Dylan Paulus

Needed a very simple Poll/Quiz application for work to get user feedback, but couldn't find any that didn't need databases/infrastructure spun up. Created MOB to fit that need. Actively being worked on. Always open for a PR for bugfixes, or any needed features.

Collapse
 
blockchainprez profile image
blockchainpress

Posting about Overhide.io, it's an open source projects that is looking to provide a "trustless" backed as a service for developers. Goal is to allow developers to focus on their app functionality and not have to worry about dealing with sensitive end user data and payment gateways for remuneration. Let your users pay for services in dollars or crypto. We are also looking to promote the "bring your own data" movement with end users through this project. We are bringing some of the blockchain technologies to Web 2.0

Project Links,

Youtube intro: youtube.com/watch?v=QffGsBoTegs
Github: github.com/overhide/overhide
Overhide Broker API spec: overhide.github.io/overhide/docs/b...
Interactive Presentation: overhide.io/overhide/
Twitter: twitter.com/overhideio

If you're interested in contributing to the project, getting your feet wet with distributed technologies or just have questions and want to learn about this space feel free to reach out to us. Paul / Jakub

Collapse
 
msfjarvis profile image
Harsh Shandilya

I co-maintain a password manager for Android called Android Password Store that serves as a feature-complete client for pass. We're reimagining the app architecture right now to support multiple password stores and it is very overwhelming to get rid of the years of technical debt and rewrite the app. We'd love to get all the help we can :)

Collapse
 
liyasthomas profile image
Liyas Thomas

Postwoman - A free, fast & beautiful API request builder (web alternative to Postman)

GitHub logo liyasthomas / postwoman

👽 A free, fast & beautiful API request builder (web alternative to Postman) https://postwoman.io 🔥

Postwoman.io logo

A free, fast & beautiful API request builder

Web alternative to Postman - Helps you create requests faster, saving precious time on development - Subscribe

Travis Build Status GitHub release Website Contributions welcome Financial Contributors on Open Collective Donate on PayPal Chat on Telegram Chat on Discord Tweet


Built with ❤︎ by
liyasthomas and
contributors




Read: Story behind Postwoman, Postwoman v1.0

Chat: Telegram, Discord

Donate: PayPal, Open Collective, Patreon


Screenshot1

Features

❤️ Lightweight: Crafted with minimalistic UI design - simple design is the best design.

⚡️ Fast: Send requests and get/copy responses in real-time - fast software is the best software.

Methods:

  • GET - Retrieve information about the REST API resource
  • HEAD - Retrieve response headers identical to those of a GET request, but without the response body.
  • POST - Create a REST API resource
  • PUT - Update a REST API resource
  • DELETE - Delete a REST API resource or related component
  • CONNECT - Establishes a tunnel to the server identified by the target resource
  • OPTIONS -…